Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure of Django project #62

Open
isedwards opened this issue Aug 24, 2022 · 0 comments
Open

Structure of Django project #62

isedwards opened this issue Aug 24, 2022 · 0 comments
Labels

Comments

@isedwards
Copy link
Member

isedwards commented Aug 24, 2022

The structure of the Django application in the surface repository is currently:

api/
    manage.py
    tempestas_api/
        __init__.py
        settings.py
        urls.py
        wsgi.py

For consistency with other Django projects, could we change this to:

𝘀𝘂𝗿𝗳𝗮𝗰𝗲/
    manage.py
    𝘀𝘂𝗿𝗳𝗮𝗰𝗲/
        __init__.py
        settings.py
        urls.py
        wsgi.py

This will require a number of internal code changes to ensure that everything continues to work correctly (e.g. updating manage.py). The nginx and docker configurations will also need updating.

@isedwards isedwards changed the title Structure of jango project Structure of Django project Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant