OpenSource is an event under Avishkar-18 where we are expecting to get more and more people involved in Open Source activities.
- Install Python and some dev tools for Python
- $ sudo apt-get install python-pip python-dev build-essential
- $ apt install Python3.6
- use easy_install for older versions of ubuntu e.g -$ easy_install python3-pip
- Install Pip
- apt install python3-pip
- Install other requirements given in requirements.txt file
- pip install requirements.txt
- Modify database engine,
- Comment line 100-114 in settings.py
- uncomment line 115-120
- save changes
- sync db
- python manage.py makemigrations
- python manage.py migrate
- runserver
- Python manage.py runserver
- visit 127.0.0.1:8000
- Done :-)
Deploy on Heroku -