Erstellt von Pritesh Patel
vor mehr als 6 Jahre
|
||
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
Möchten Sie kostenlos Ihre eigenen Notizen mit GoConqr erstellen? Mehr erfahren.