Nov-11-2017, 03:00 PM
Here is the request info:
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 18:11:49) [MSC v.1900 64 bit (AMD64)] on win32
i start with to generate the startfiles to build a blog
__init__.py admin.py migrations models.py tests.py views.py
opening file models.py
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 18:11:49) [MSC v.1900 64 bit (AMD64)] on win32
i start with to generate the startfiles to build a blog
python manage.py startapp blogC:\Windows\System32\mysite\blog>ls
__init__.py admin.py migrations models.py tests.py views.py
opening file models.py
from django.db import models is # Create your models here.