A clean, modular Django project structure with environment and Docker support.
Project description
๐ค "BrickDjango" โ Meaning in Depth BrickDjango is a metaphorical name that combines:
"Brick" โ the basic building block of construction.
"Django" โ the popular Python web framework you're customizing.
๐งฑ What โBrickโ Suggests: Modularity: Bricks are independent units that come together to form larger structures. Similarly, your Django structure has modular apps, separated settings, and organized layout.
Foundation & Scalability: Bricks form the foundation of a strong, scalable structure. Your custom project structure aims to do the same for Django projects.
Simplicity with Power: Bricks are simple, but powerful when arranged well โ just like your approach to Django project architecture.
Master/
โ
|
โโโ base/
โ โโโ utils/
โ โ โโโ utils.py/
|
โโโ apps/
โ โโโ init.py
โ โโโ app1/
โ โ โโโ pycache/
โ โ โโโ migrations/
โ โ โ โโโ init.py
โ โ โโโ admin.py
โ โ โโโ apps.py
โ โ โโโ models.py
โ โ โโโ tests.py
โ โ โโโ views.py
โ โ
โ โโโ app2/
โ โโโ pycache/
โ โโโ migrations/
โ โ โโโ init.py
โ โโโ admin.py
โ โโโ apps.py
โ โโโ models.py
โ โโโ tests.py
โ โโโ views.py
โ
โโโ config/
โ โโโ settings/
โ โ โโโ pycache/
โ โ โโโ base.py
โ โ โโโ development.py
โ โ โโโ production.py
โ โ โโโ .env
โ โ โโโ init.py
โ โโโ asgi.py
โ โโโ wsgi.py
โ โโโ url.py
โ โโโ init.py
โ
โโโ README.md
โโโ requirements.txt
โโโ venv/
โโโ .gitignore
โโโ manage.py
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 brickdjango-0.1.0.tar.gz.
File metadata
- Download URL: brickdjango-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab5c28d83015e9b6cb204f9d5b85d234ea53a57f23c02e2e429211ee410b07bd
|
|
| MD5 |
2ed053ce5e8a0ee2558287d8a1fca014
|
|
| BLAKE2b-256 |
f8dffde151ab733ea5c559857bce6e9c154f39d113c1cf31b00e27a7b5f02b78
|
File details
Details for the file brickdjango-0.1.0-py3-none-any.whl.
File metadata
- Download URL: brickdjango-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479013d18076f7fd6fc01e65f9f5a1013af4f618e6f9b274f9dbb43a22e2267e
|
|
| MD5 |
343bc4a57b54163c575def050cd42a2e
|
|
| BLAKE2b-256 |
7732a52501121146db39da35739238282a6780d30fc2023803cb6efa26b0f71e
|