2
You must install django with pip:
pip install django
Next,
django-admin.py startproject nameOfProject
More documentation in:
https://docs.djangoproject.com/en/1.7/
Source:stackexchange.com
2
You must install django with pip:
pip install django
Next,
django-admin.py startproject nameOfProject
More documentation in:
https://docs.djangoproject.com/en/1.7/