/django-app-boilerplate

Ready to go boilerplate for standalone Django app

Primary LanguagePythonMIT LicenseMIT

BOILERPLATE_NAME

ci status pypi link codecov
supported python versions supported django versions

InstallationContributingLicense

BOILERPLATE_DESCRIPTION

Installation

  1. Use your preferred package manager (pip, poetry, pipenv) to install the package. For example:
$ poetry install BOILERPLATE_NAME
  1. Then register 'BOILERPLATE_PACKAGE_NAME', in the 'INSTALLED_APPS' section of your project's settings.
# settings.py
...

INSTALLED_APPS = (
    ...
    'BOILERPLATE_PACKAGE_NAME',
)

...

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT License