CLI tool to auto-start Django projects with REST setup
Project description
django-auto-starter
🚀 A CLI tool for backend developers to automatically set up a Django project with everything needed for a REST API backend in production.
✨ Features
- Installs Django, Django REST Framework, and CORS headers
- Creates a Django project and a default app
- Configures
settings.py:- Adds
'rest_framework','corsheaders', and your app toINSTALLED_APPS - Adds CORS middleware
- Enables CORS for all origins
- Adds
- Starts the Django development server with a loading spinner
- Sets up a basic template directory:
your_app/templates/your_app
📦 Installation
pip install django-auto-starter
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_auto_starter-0.1.0.tar.gz.
File metadata
- Download URL: django_auto_starter-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b4f17ad25ca19053fc890c9bd24d03effe3b6f95ece74b431b486d732bfb908
|
|
| MD5 |
d7b0044d95d043119d1c55f40433af8a
|
|
| BLAKE2b-256 |
77a44d8e1d842cc75c1084f01c2e8c36b23f23b1aa0b29f53b746da83053e3f9
|
File details
Details for the file django_auto_starter-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_auto_starter-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36f76866a6b8dd0ded92c0f6824e811c94633193aa61d773036a66ec09b425b8
|
|
| MD5 |
6280a5a28a5ce3be1199b282ccf59728
|
|
| BLAKE2b-256 |
5bf3ad77f640acbd9eb315cfe95d2665cd3fb7450818f8361a1abef4aa8e5f43
|