Skip to content

Bakdolot/larixon_test

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published