Simple configuration management and websockets with Django.
Project description
Djangofloor
Djangofloor helps you to quickly create Django applications that are also easy to deploy. To reach these goals, Djangofloor provides:
- an extension to the base Django's setting, allowing to split your configuration into several files (default values provided by Djangofloor, constants values for your project, deployement parameters, local values for development),
- an unified signal dispatcher, using bi-directionnal websockets through Celery and Redis. You can call Python and Javascript signals from the Python or the Javascript side,
- auto-configuration for a few widespread Django apps (Django-Debug-Toolbar, Django-Redis-Sessions, Django-Pipeline) if they are present,
- a base template using the well-known Bootstrap3 (but of course you can use any other templates),
- valid default Django settings (like logs),
- create new Django projects that are working and deployable out-of-the-box (even if you finally replace all default templates and views).
Creating a new project
Creating a working new project only requires a couple lines:
pip install djangofloor
djangofloor-createproject
Your new project name [MyProject] NewProject
Python package name [newproject]
Initial version [0.1]
Root project path [.] /tmp/newproject
cd /tmp/newproject
python setup.py install
newproject-ctl migrate
newproject-ctl runserver
Online documentation
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
djangofloor-1.2.11.tar.gz
(2.6 MB
view details)
Built Distribution
File details
Details for the file djangofloor-1.2.11.tar.gz
.
File metadata
- Download URL: djangofloor-1.2.11.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6193d1debf238447ef8284c0ced12538e88d59603663fc7720a00e8799b69467 |
|
MD5 | 87f78bd86cbf3292138efad5dfbadd3e |
|
BLAKE2b-256 | ef50ce0c4a46beac309af64e7945a67df518a791ed5177386488a3497b2ebf3e |
File details
Details for the file djangofloor-1.2.11-py3-none-any.whl
.
File metadata
- Download URL: djangofloor-1.2.11-py3-none-any.whl
- Upload date:
- Size: 2.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2cbd9ccb108b2fa9bdfff67c4df592dc8382e2831df3c6b5623d4276684106e |
|
MD5 | 87c268b236f38588edce8ff45845e0d5 |
|
BLAKE2b-256 | 624e1073184ccc4ee44a5a7bbd1c88dbc57e0ba51b8589065b364b43c951e0c1 |