Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.3 KB

test project

Behold My Awesome Project!

Built with Cookiecutter Django Black code style

Settings

Moved to settings.

Basic Commands

Setting Up Your Users

  • To create a superuser account in docker, use this command:

    $ docker compose -f local.yml exec -it django python manage.py createsuperuser
    

For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.

Type checks

Running type checks with mypy:

$ mypy test_project

Live reloading and Sass CSS compilation

Moved to Live reloading and SASS compilation.

Deployment

The following details how to deploy this application.

Docker

See detailed cookiecutter-django Docker documentation.