Skip to content

Pytlicek/django-template

Repository files navigation

Custom Django project template

Install with poetry

  • python3.10 -m virtualenv .venv
  • pip install -U poetry
  • poetry install
  • poetry shell

Configuration

  • Migrations:
    • python manage.py makemigrations
    • python manage.py migrate
  • Create/Edit .env file: cp .env-example .env
  • Create user: python manage.py createsuperuser
  • Change user's password: python manage.py changepassword info@example.com
  • Rename my_project folder and my_project references to your project name

Usage

About

Custom Django project template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published