Django core 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_cms',
]
2. Include the cms URLconf in your project urls.py like this::
path('cms/', include('bab_cms.urls')),
3. Run `python manage.py migrate` to create the cms models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create posts and articles (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/cms/ to participate in the CMS.
bab CMS
=====
Light CMS Django app.
Quick start
-----------
1. Add "bab_cms" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'bab_cms',
]
2. Include the cms URLconf in your project urls.py like this::
path('cms/', include('bab_cms.urls')),
3. Run `python manage.py migrate` to create the cms models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create posts and articles (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/cms/ to participate in the CMS.
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-core-0.1.tar.gz
(4.8 kB
view details)
File details
Details for the file django-bab-core-0.1.tar.gz.
File metadata
- Download URL: django-bab-core-0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f352c1789c1b39251fa7c8071fc189f671d12dbdb57465c6beeb4c9b29a17062
|
|
| MD5 |
06cde25d7112eba4bfd6262910169f9e
|
|
| BLAKE2b-256 |
9b4e6ccfb5d83cf5bd4ffe41d24feb510be188a65b1f568ef61c230e1420cb78
|