Django cms pour la boite à bidules.
Project description
=====
bab CMS
=====
Light CMS Django app.
Quick start
-----------
1. Add "bab_cms" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'bab_core',
]
2. Include the cms URLconf in your project urls.py like this::
path('core/', include('bab_core.urls')),
3. Run `python manage.py migrate` to create the cms models.
bab CMS
=====
Light CMS Django app.
Quick start
-----------
1. Add "bab_cms" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'bab_core',
]
2. Include the cms URLconf in your project urls.py like this::
path('core/', include('bab_core.urls')),
3. Run `python manage.py migrate` to create the cms models.
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-bab-cms-0.1.tar.gz
(5.8 kB
view hashes)