Django html template responsive..
Project description
=====
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.
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
django-charisma-1.0.tar.gz
(3.9 MB
view hashes)