An open API service indexing awesome lists of open source software.

https://github.com/joeriddles/spug_august


https://github.com/joeriddles/spug_august

Last synced: about 1 year ago
JSON representation

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
```