I like to create a folder for the apps.. So would be
start-project name cd name mkdir apps startapp name_of_app And outside apps can reside other libs, and rest of the folders El jue., 18 jul. 2019 3:07, Nehemie Balukidi <[email protected]> escribió: > Hi there, > > The recommended structure is Project-> Apps. To achieve this, do the > following > Open a terminal in a root folder where you want to host your project. > Assuming Django is installed, > You start off by typing > django-admin startproject projectname > This creates a folder named projectname with required files such as > settings.py, urls.py, init.py... That should basically be your project's > root folder. > Still in the terminal, type > cd projectname > This moves the working dir to the one you just created(your project's > root). > Inside that folder is where your apps should be created doing the following > python manage.py startapp name_of_your_app > > > > On Wednesday, July 17, 2019 at 4:57:11 PM UTC+2, göktürk sığırtmaç wrote: >> >> Hello dear friends, I will develop web app with Django. How should be >> folder structure my project. >> > -- > You received this message because you are subscribed to the Google Groups > "Django REST framework" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-rest-framework/48eafccc-b71e-4ead-bfd0-eb0b0465b98b%40googlegroups.com > <https://groups.google.com/d/msgid/django-rest-framework/48eafccc-b71e-4ead-bfd0-eb0b0465b98b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/CANyTv7oULr%2BupU6Orgjmu7V3sgRbVGdX_ngyLr9K_XDwNPTyvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
