2026-09-06 00:02:20 +03:00
2026-09-05 23:43:46 +03:00
2026-09-05 23:43:46 +03:00
2026-09-06 00:02:20 +03:00
2026-09-05 23:43:46 +03:00
2026-09-05 23:43:46 +03:00
2026-09-05 23:43:46 +03:00
2026-09-05 23:43:46 +03:00
2026-09-05 23:43:46 +03:00
2026-09-06 00:02:20 +03:00

Django Template

This repository contains a reusable Django project template in django_template/. The existing sample project remains available at the repository root and is not used as the template source.

Usage

From the directory that contains this repository, create a new project with:

django-admin startproject myproject --template=djangotemplate/django_template

For this repository's virtual environment, use:

djangotemplate/env/bin/django-admin startproject myproject \
	--template=djangotemplate/django_template

Then initialize and run the generated project:

cd myproject
python manage.py migrate
python manage.py runserver

The generated project includes a core application, a home page, project-level templates, static directories, and a media directory. Configure secrets, allowed hosts, installed applications, assets, and deployment settings for the new project before production use.

S
Description
No description provided
Readme 14 MiB
Languages
Python 89.5%
HTML 10.5%