https://github.com/joeriddles/spug_august
https://github.com/joeriddles/spug_august
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeriddles/spug_august
- Owner: joeriddles
- License: mit
- Created: 2023-08-16T01:18:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T02:41:56.000Z (almost 3 years ago)
- Last Synced: 2025-06-07T05:30:01.817Z (about 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django_repo_template
standardized git template for creating new django projects
```shell
python -m pip install '.[dev]'
django-admin startproject spug --template https://github.com/djangoaddicts/project_template_default/archive/refs/heads/main.zip
python spug/manage.py startapp store --template https://github.com/djangoaddicts/app_template_default/archive/refs/heads/main.zip
```