Skip to main content

A utility to quickly set up Django projects with best practices

Project description

Django Quickstart Setup

A utility to quickly set up Django projects with best practices and common configurations.

Features

  • Creates a virtual environment
  • Installs Django and dependencies
  • Sets up a new Django project with app
  • Configures static and media files
  • Sets up basic URL routing
  • Creates a sample template
  • Configures development settings

Installation

pip install django-quickstart-setup

Usage

After installation, you can use the command:

django-quickstart

The script will prompt you for:

  • Virtual environment name
  • Project name
  • App name

Project Structure

The script creates a Django project with the following structure:

project_name/
├── project_name/
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── app_name/
│   ├── __init__.py
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── tests.py
│   ├── views.py
│   └── urls.py
├── templates/
│   └── app_name/
│       └── index.html
├── static/
└── media/

License

MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

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_quickstart_setup-0.1.2.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

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

django_quickstart_setup-0.1.2-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file django_quickstart_setup-0.1.2.tar.gz.

File metadata

  • Download URL: django_quickstart_setup-0.1.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.1

File hashes

Hashes for django_quickstart_setup-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bb46bd4271e531409ad9e1050735f9bfb0b12381615e583a3bd97a1768da25b3
MD5 5182c06794e3ca0a9f9627888cf010dd
BLAKE2b-256 c6054ee5c563cf84f7c8053f277b8a160057d8ce05a5e85dbf52b3659455be1e

See more details on using hashes here.

File details

Details for the file django_quickstart_setup-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_quickstart_setup-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0592f656dc65bdc1a12ebb8857b1de84f6e37787901287ac049a87b0974051ec
MD5 0c9ee4201c8b160926a55a9a9ebfa471
BLAKE2b-256 a689b1e96e08eb5f2cd16647229d01d54b03bdbf07076ed050b96ac42fb01f9c

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