A new way to build Django website. Get away from the initial boilerplate project and apps. Siteplan comes with CMS, e-commerce store, payment gateway, task queue and many more features commonly found in modern websites.
Start small, grow big.
Quickstart
Create the app directory:-
mkdir myapp && cd myapp
python -mvenv venv
venv/bin/pip install git+https://github.com/k4ml/siteplan.git
Then run siteplan:-
venv/bin/siteplan init-app
venv/bin/siteplan run
It possible to add your own views (controller) and models for more control and but most of the time you just want to customize the templates when working with siteplan. The templates are in myapp/templates/ directory.
Requirements
- Python 3.8 and above
- bun
Release files for siteplan 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| siteplan-0.1.1.tar.gz | 3.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| siteplan-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 MB
Release files / siteplan-0.1.1.tar.gz
| Download URL | siteplan-0.1.1.tar.gz |
|---|---|
| Size | 3.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7da7416e0785f637439e825b855d35388111e6e11bb13c19b9cbccd56a9e8144
|
|
BLAKE2b-256 checksum How to use checksums |
3f21ebdf9ec9aa6423debaefd7329e09b25aef58237f55d80a78cb04ca57ca99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.5 Linux/5.10.194-1-MANJARO
|
Release files / siteplan-0.1.1-py3-none-any.whl
| Download URL | siteplan-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
28e1bc4708942fab1e598840fd22cb6c846b37e8e894c32b022a79f3694605d5
|
|
BLAKE2b-256 checksum How to use checksums |
3928305553cb77b1290136b37df36fec2aa5de4265ff550d9c6bd2128021af99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.11.5 Linux/5.10.194-1-MANJARO
|