serverside for mess management application
- Make a folder for holding the project and packages and cd into the project
- Follow these steps:
- clone the project
- Run
virtualenv <your_environment_name> --no-site-packages
- Run cd
<your_env_name>
- Run
source bin/activate
- Run
cd ..
- Run
pip install -r requirements.txt
- Make the necessary Migrations