Understand the difference between a project and an app. See "Projects vs. apps" at the following link (correct for current version).
On Sat, Mar 9, 2019 at 7:07 AM <gauravsrivastava2k17@gmail.com> wrote:
after installing django inside virtual environment write following commands:--django-admin startproject "you_project_name"go inside this folder and then typepython manage.py startapp "your app name"this command will create appsand after this include your app inside installed apps
On Saturday, March 2, 2019 at 6:44:05 AM UTC+5:30, jtaylor___ wrote:I pip installed a Django project, but it doesn't have a manage.py or settings.py. I checked the repo on GitHub, and those files don't exist there either. Is this an alternate way of doing a Django project that I'm not aware of?
FWIW, the project is django-wiki.
TIA
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/42aed5a2-018d-4f3b-b4b4-0e6430f03be8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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/CAH-SnCATnr-oydCmM5KgGLc9xuQG31zjtV4_savd35TNAB3MWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment