Skip to content

alzearafat/proweekend

Repository files navigation

The Proffesional Weekend v2.4 Official Code Base

MIT License Pewe Version Pewe Build Status App Status

Professional Weekend is a Python/Django web application with a video blog (vblog), multi-author, multi-blog and portal feature, also with user authentication. I made this web app for fun only on my spare time.



Official Website » PEWE

SCREENSHOT

TECHNOLOGY STACK

  • Python 2.7.8
  • MySQL 5.0.11
  • Django 1.8.5
  • Bootstrap 3.5.5

INSTALL

I assume you already setup your django development enviroment (pip, virtualenv, git, etc...). If not yet, then Google is your friend.

1 Create virtual enviroment :

virtualenv .
source bin/activate

2 Git clone the project inside created enviroment :

git clone https://github.com/alzearafat/pewe-web.git

3 Install all requirements :

pip install -r requirements.txt

4 Create migration

python manage.py makemigrations
python manage.py migrate

5 Run the local dev server

python manage.py runserver

Settings.py LOCATION

Template: https://github.com/alzearafat/pewe-web/wiki/Settings.py-Template

TO-DO LIST

  1. Add search engine (DONE!)
  2. Add pagination (DONE!)
  3. Add Single Author Profile
  4. ...

LICENSE

CHANGELOG

Version 2.4

  • Add Disqus on single journey

Version 2.3

  • Add "Search" feature
  • Minor styles tweak

Version 2.2

  • Change Journey URL From PK to Slug!
  • Add Single Journey Gallery
  • Add Social Sharer
  • Style Improvement

Version 2.0

  • Add "Journey" feature!
  • Add pagination

Version 1.0

  • Initial launch

THANKS TO

الله سُبْحَانَهُ وتَعَالَى

About

Proffesional Weekend Official Code Base, Powered by Django 1.8.5 -

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published