/django_starter_pack

My personal starter pack for Django projects

Primary LanguagePythonMIT LicenseMIT

Django Starter Pack

A collection of power packs to boost and enhance Django development, including:

  • Project hierarchy
  • Best practices
  • Code snippets
  • Utility functions

Docs will be updated in the future

Modules to delete after copying:

  • utils/
  • starter_app/schemas/
  • starter_app/business/
  • starter_app/utils/json_schema.py
  • starter_app/utils/jinja.py

Hierarchy

  • starter_app/
    • lib/

      modules that provide django related support, similar to url.py, admin.py and wsgi.py, but they are not mandatory to put in the app dir. the purpose is to make app dir clearer.