Django project 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
File details
Details for the file django-bab-project-0.1.tar.gz.
File metadata
- Download URL: django-bab-project-0.1.tar.gz
- Upload date:
- Size: 3.9 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 |
bcbd9f9376b268d330d8d393f0f58a8af83dffdec7ce2c02ac2222aece4c5bb0
|
|
| MD5 |
1e4486510e0d03ea76dff1bbbdaaa40b
|
|
| BLAKE2b-256 |
50cf9f0f13cbbfba9981bff90b90bb70eff1e47897e62f58594989f97795c25e
|