DEV Community

Discussion on: Django Routing - A practical introduction

Collapse
 
sm0ke profile image
Sm0ke

Thank you! The . means to create the product in the current directory.
If you use the option to provide a directory name my_project for instance, Django will generate something like this:

  • my_project\my_project\settings...

In my projects i prefer to isolate the initial Django project in something names core or config.

Anyway, feel free to code the project in your own way.
🚀🚀