Various web apps for various events which will take place during felicity buzz2k15.
Install the requirements:
- virtualenv --no-site-packages --distribute venv
- source venv/bin/activate
- pip install -r requirements.txt
Entering the virtual environment
- source venv/bin/activate
Create/Sync the database:
- ./manage.py makemigrations
- ./manage.py migrate
Starting the server:
- ./manage.py runserver [host:port]
Exiting the virtual environment
- deactivate
##Important## As it is better to serve static files with nginx, I made a bypass uwsgi system to server static pages like home,events,scedule page so please use /Felicity-buzz2k15/staticpages/ for this type of pages.
Use /Felicity-buzz2k15/buzz2k15/ folder for django related work
Site link -> felicity.iiit.ac.in/buzz/ (accessible only through intranet)
If you provide any link use /buzz/portal/ as prefix