fluke for building website
Project description
A plugin for django to quick start a website
Live Demo
release soon
Features
● Twitter Bootstrap based UI with theme support
● Better filter, date range, number range, etc.
● Full CRUD methods
● Built-in data export with xls, csv, xml and json format
Get Started
pip install fluke-yw
pip install django-crispy-forms==1.7.2
pip install django-formtools==2.1
Install Requires
django>=1.9
usage
import fluke
from fluke import views
class BaseSetting(object):
enable_themes = True
use_bootswatch = True
class GlobalSettings(object):
site_title = "fluke"
site_footer = "fluke"
menu_style = "accordion"
fluke.site.register(views.BaseAdminView, BaseSetting)
fluke.site.register(views.CommAdminView, GlobalSettings)
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
fluke_yw-0.2.3.tar.gz
(1.1 MB
view details)
File details
Details for the file fluke_yw-0.2.3.tar.gz.
File metadata
- Download URL: fluke_yw-0.2.3.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5a165ad31e90471546ab01278fa0fba48f91536ddbb2f5adcb28af91ec56b72
|
|
| MD5 |
02fa05d49cc961b47b82a1cf8a78d2c9
|
|
| BLAKE2b-256 |
71fbe94a166dafbe21536f995c5635491b33a7b931daf83c0724ccb4212aeebf
|