projectsh-django
Bash file which you could run commands of django in more easy way. doing migrations to database all of models, updates of all packages json (nodejs) and packages python of project in more easy way.
Installation
Just download project.sh and copy in root of your django project.
Set permision:
chmod +777 ./project.sh
and make it executable:
chmod +777 ./project.sh
Usage
./project.sh
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.