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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to