Wednesday, August 10, 2016

Creating a new Project in Django

In order to create a new project, I'm using this command:

django-admin.py startproject learning_log .

but i am not able to create a new directory containing the required files.
But if i use the command:

django-admin startproject learning_log .

i'm able to get these 4 files:

__init__.py
settings.py
wsgi.py
urls.py

but then also the manage.py file is missing.


Could you tell me the possible problems and the corresponding solution.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6e5ab341-d778-4c44-821b-444bf80b16ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment