wild-times / vnet-backend

VNET BACK END CODE
0 stars 0 forks source link

Some templates and Images #6

Closed SamuelNw closed 2 years ago

muremwa commented 2 years ago

The folder templates/admin/ handles only Django admin site templates. Those templates do not belong there.

For each templates, add it to it's correct app directory. For templates on account, add to core/templates/core/ following django's app dirs convention.

For templates that belong to the front end, put them in a separate repo on the organisation.

OR, you could also place all templates on a separate repository all together. Which is what you should have been doing from the begining 😑.

SamuelNw commented 2 years ago

On it