I keep the question in mind when read through Django source codes for weeks.
Start project with Django
,
django-admin.py startproject myproject . # a tailed dot in the end
manage.py
will be created outside the project folder.
if without '.',
manage.py
will be included in project folders.
How does the '.' work?
The dot means: Create the project directly in the current directory, without creating a folder for it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With