rcpch / national-paediatric-diabetes-audit

A django application to audit the care of children and young people with diabetes in England and Wales.
0 stars 1 forks source link

file structure #30

Open eatyourpeas opened 5 months ago

eatyourpeas commented 5 months ago

Standard django practice is for the root directory to contain:

  1. project folder (which contains settings.py etc)
  2. application folder(s) - one for each if more than one
  3. template folder Standard django rest framework practice though is to nest the application folder and the template folder within the project folder. We have adopted this latter structure in NPDA because at the outset this was a principally API-based project.

Now that we are building a user interface/platform, and in future may integrate NPDA with the audit engine, should we refactor NPDA to reflect the standard django file structure.

To close this issue we either:

  1. agree to leave things as they are or
  2. refactor the file structure