DoubleV37 / ft_transcendence

4 stars 0 forks source link

79 feature/micro service/master #81

Closed ji2myji2my closed 5 months ago

ji2myji2my commented 5 months ago

Need to add rule in gitignore file to ignore the staticfiles folder in Game django project. The User app in Game project is not in the apps folder, not in the settings.py and has no urls.py, why ?

Done ✔️

ji2myji2my commented 5 months ago

The User app in Game project is not in the apps folder, not in the settings.py and has no urls.py, why ?

My mistake. I'm correcting it immediately. It was during a development session that I created this but yes the right place for the user folder is in apps.

ji2myji2my commented 5 months ago

The User app in Game project is not in the apps folder, not in the settings.py and has no urls.py, why ?

My mistake. I'm correcting it immediately. It was during a development session that I created this but yes the right place for the user folder is in apps.

Moving: User in apps and adjusting settings.py Done ✔️

missing handling of urls.py can you give me more details.