=====
Charisma Django
=====
Charisma Django is a port from charisma template from Usman.
It is free, responsive, multiple skin admin template.
Detailed documentation is in the "docs" directory.
Live demo <https://grrodre.com/django-charisma/live/>
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'charisma_django',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^', include('charisma_django.urls')),
3. Run `python manage.py migrate` to create the charisma models.
4. Start the development server and visit http://127.0.0.1:8000/
5. Create your own boxes and adapt the template for your needs.
Charisma Django
=====
Charisma Django is a port from charisma template from Usman.
It is free, responsive, multiple skin admin template.
Detailed documentation is in the "docs" directory.
Live demo <https://grrodre.com/django-charisma/live/>
Quick start
-----------
1. Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'charisma_django',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^', include('charisma_django.urls')),
3. Run `python manage.py migrate` to create the charisma models.
4. Start the development server and visit http://127.0.0.1:8000/
5. Create your own boxes and adapt the template for your needs.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-charisma-1.0.tar.gz
(3.9 MB
view details)
File details
Details for the file django-charisma-1.0.tar.gz.
File metadata
- Download URL: django-charisma-1.0.tar.gz
- Upload date:
- Size: 3.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e1a51ce728b3596fcdb631f4f2d56542b15470060703596df8d230a76487d5
|
|
| MD5 |
7fb02045ee6910217e766883e2416e3f
|
|
| BLAKE2b-256 |
3669b816f356df310904119e18f8edb8b70fcc37327743ea99b9fb2e6dde5d7d
|