Django CRM Project - Contact Management Project
http://professionalcipher.pythonanywhere.com/
Live Demo -[Comment on Youtube Video if not working & i will fix it] Installation Video
I am trying to create a Tutorial on How yo Create CRM or Contact Management System in Django. Basically this tutorial is creating while explaining video tutorial. This is the series of Django CRM Tutorial.
Setup
- Create a folder and put all the files inside it.
- Create a virtual environtment -
virtualenv env
- Activate VirtualENV - ubuntu :
source env/bin/activate
|| windows :. .\env\Scripts\activate
- Run requirements.txt -
pip install -r requirements.txt
- Run the Application -
python manage.py runserver
- Migrate