Skip to main content

⚡ One command Django project setup with DRF, CORS, dotenv & more

Project description

⚡ DjangoForge

One command. Full Django setup. Ready to code.

DjangoForge sets up a complete Django project in seconds — virtual environment, DRF, CORS, dotenv, .gitignore, requirements.txt, and a beautiful welcome page. All automatically.


🚀 Installation

pip install django-forgekit

⚡ Usage

djangoforge myproject

That's it. One command.


✅ What gets created?

myproject/
├── venv/                  ← Virtual environment (auto-created)
├── myproject/
│   ├── settings.py        ← DRF + CORS + dotenv configured
│   ├── urls.py            ← Welcome page routed
│   └── welcome.py         ← DjangoForge branded welcome view
├── manage.py
├── .env                   ← Environment variables
├── .gitignore             ← Git ignore rules
└── requirements.txt       ← All dependencies

📦 Auto-installed packages

Package Purpose
Django Web framework
djangorestframework REST API support
django-cors-headers CORS configuration
python-dotenv .env file support

▶️ After setup

cd myproject

# Windows
venv\Scripts\activate

# Mac / Linux
source venv/bin/activate

python manage.py migrate
python manage.py runserver

Open http://127.0.0.1:8000


🛠️ Auto-configured in settings.py

Setting Value
INSTALLED_APPS rest_framework, corsheaders added
MIDDLEWARE CorsMiddleware added at top
CORS_ALLOWED_ORIGINS localhost:3000, localhost:5173
REST_FRAMEWORK Default permission & auth classes
load_dotenv() .env file loaded automatically

👨‍💻 Author

Made with ❤️ by Manish Dange

GitHub: manishdange

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_forgekit-1.0.2.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_forgekit-1.0.2-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file django_forgekit-1.0.2.tar.gz.

File metadata

  • Download URL: django_forgekit-1.0.2.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for django_forgekit-1.0.2.tar.gz
Algorithm Hash digest
SHA256 e5e4324377c2fba75db36a2edced6b4267f7c0e13928fa0300d28efc98b002c9
MD5 4d66c5e493aab1b0735af8dd6f9754f6
BLAKE2b-256 c673247ae3354cf41c3a0dbd321248d1bc2749627064f40d928d5b6af13cfcb3

See more details on using hashes here.

File details

Details for the file django_forgekit-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_forgekit-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 955d4d6c3aac3b8adc44eeac093d1695204e2ba5c44253b67049258a84af12b2
MD5 3e38f48259e9c7b3f716865cd8a53e60
BLAKE2b-256 295a454b6b4eecb7e9ca3d46dede533c7cae0204c0f41ad87cbbc8a65f8c53df

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page