Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dickermoshe/cookie-cutter-django-api
https://github.com/dickermoshe/cookie-cutter-django-api
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dickermoshe/cookie-cutter-django-api
- Owner: dickermoshe
- Created: 2023-01-22T20:04:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:38:13.000Z (6 months ago)
- Last Synced: 2024-05-23T04:32:03.284Z (6 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Get Started
1. Install `cookiecutter` with:
```
pip install cookiecutter
```
2. Run this package with:
```
python -m cookiecutter https://github.com/dickermoshe/cookie-cutter-django-api
```
3. Check the readme in the newly created project folder.