12 lines
307 B
Markdown
12 lines
307 B
Markdown
# Django Template
|
|
|
|
## How to use the template?
|
|
|
|
Just run this, changing the project name:
|
|
|
|
```bash
|
|
django-admin startproject --template=https://github.com/pablo-moreno/django-template/archive/refs/heads/main.zip <project name>
|
|
```
|
|
|
|
- Django's extensions already installed (such as the beautiful shell plus)
|