Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 345 Bytes

django-seed

Django boilerplate.

Setup development environment.

Init project.

The following command will install all project dependencies.

`pip install -e .`

Running tests.

`pytest` or `pytest --ds=project.settings_test tests/`

Renaming files.

The following files needs to be renamed to suits your project.