Purgeable / full-app

Keep all functionality for (parsers + db + frontend API) inside one Django project.
0 stars 1 forks source link

project templating (on stable version) #12

Closed epogrebnyak closed 7 years ago

epogrebnyak commented 7 years ago

Consider templating the project under https://github.com/osminogin/cookiecutter-django-ultimate or some of the conventions proposed.

The reason I like the template is that it promises us the following:

There are other templates as https://github.com/pydanny/cookiecutter-django, but one above seems cleanest.

Also for the templates:

This to be done on stable version, follows #5

epogrebnyak commented 7 years ago

When reviewing the project fodler structure will need to address this:

Better whenn project name = app root module name and != github org name. We are in a littel naming deadend. :smirk:

We also have db repository, which is likely to remain a SQLAlchemy excercise, can use that name too.

epogrebnyak commented 7 years ago

For emoji reference: https://gist.github.com/rxaviers/7360908 :herb:

epogrebnyak commented 7 years ago

For the naming deadlock, given the project repo is full-app, core module should be renamed to fullapp when doing the templating. Closing for now as it is not the current focus.