Created by Pritesh Patel
over 6 years ago
|
||
Getting Started With Django Dev On Windows: - install Python (Django 2.0 requires Python 3.5) - install Liclipse IDE (also Atom, Visual Studio .NET/Code) - install Cmder console emulator - install Django (2.0) - https://docs.djangoproject.com/en/2.0/intro/install/ - https://docs.djangoproject.com/en/1.11/howto/windows/ !!!-work out how to setup db like mysql/postgres - install/enable pylint - first Django app - https://docs.djangoproject.com/en/2.0/intro/tutorial01/ Quick App Setup - mkvirtualenv myproject - pip install django - django-admin startproject myproject - cd myproject | ./manage.py migrate | ./manage.py runserver
Want to create your own Notes for free with GoConqr? Learn more.