Django Getting Started

Descripción

Django Development Apunte sobre Django Getting Started, creado por Pritesh Patel el 16/06/2018.
Pritesh Patel
Apunte por Pritesh Patel, actualizado hace más de 1 año
Pritesh Patel
Creado por Pritesh Patel hace más de 7 años
16
0

Resumen del Recurso

Página 1

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      

Mostrar resumen completo Ocultar resumen completo

Similar

Django
Satyam Singh
Template filters in Django
Toran Sahu
django
Toran Sahu