Add the following to requirements.txt (only for windows)
pip install python-magic-bin
sudo apt-get install libmagic1
Install virtualenvironment (if not already)
pip install virtualenv
virtualenv myenv
Django Installation ( Developer Mode )
pip install -r requirements.txt
python local.py makemigrations
python local.py migrate
python local.py runserver
- After sucessfull installation create a .env in the directory where settings.py is located following the structure of .env.example file
Before making a migration run
python local.py makemigrations --dry-run --verbosity 3
to make sure if it breaks any thing
- Fork this Repo
- Create a branch in the forked repo
git checkout -b develop
- Make Changes
- Push to your repo & make a pull request
PS : Instructions to update git forked repo Medium
Sayan Mondal |
Bishwajit Ghosh |
Durbar Chakrabarty |
Sreemoyee Sadhukhan |
Naveen Leo |