-
Clone the repository into the system
-
Create virtual environment
make virtualenv
- Activate Virtual environment and install dependencies
make install
- Migrate the databases
make migrate
- To clear the databases
make flush
- Start django server on port 8000. You can customize it by editing
PORT
inMakefile
make run
-
Fork the project to your github.
-
Clone the Repository.
-
Create a seperate
feature
branch bygit checkout -b 'featureBranch'
-
Commit your changes by
git commit -m 'amazingfeature'
-
Push the changes by
git push origin featureBranch
-
Wait for reviews :")