A tool that makes your Django development faster.
Project description
Faster Django Development
A Simple tool that makes your Django development faster. It allows you to do the tedious Django tasks quickly. You can use it to create an entire Django project in less than 10 seconds plus options to install the popular Django tools in no time.
Installation
virtual environment is required!
python -m virtualenv venv
source venv/bin/activate
pip install faster_dj_dev
To install virtualenv
python -m pip install virtualenv
Example
Let's use this tool to create a new Django project with all its configurations related to static, media and templates. Also, we will create a new Django app with it.
faster_dj_dev --init --working-directory path_of_the_folder --project-folder name_of_the_django_project_folder
faster_dj_dev --create_project --config-templates --config-static --config-media --initial-migrate --app main --run-server
Features
-
Create Django project/app in 10 seconds
-
Configuring static files (settings)
-
Create starter templates for different projects (HTMX, Tailwind, etc...)
-
Configuring media files (settings, urls)
-
Configuring templates (settings)
-
Install and configure Django packages (quick)
-
More ...
Documentation
Please check Doc
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
File details
Details for the file faster_dj_dev-0.1.7.tar.gz
.
File metadata
- Download URL: faster_dj_dev-0.1.7.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 022d14530d2b7f4b4428ea1b040768bc365144cecc6aee0fe217727dd70db4bb |
|
MD5 | ae305e27a8bbb02d20f086fad828e128 |
|
BLAKE2b-256 | b41cf40dcc8bd74f5bd13f90bf910dff54772d344a32556d2647f55ab12edd64 |
File details
Details for the file faster_dj_dev-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: faster_dj_dev-0.1.7-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfb792ae4e006073b679b16b215b84200669800c977b74183cf9457991e13e6d |
|
MD5 | b2477a404018f7211608f244424d7b76 |
|
BLAKE2b-256 | e0db32e8c600ea8fa47a9851d1020304584afb9759f2b1f8b7ccd4ffdc43fdc7 |