A Bootstrapped Markdown CMS powered by Django
Project description
# Quintet
_A Bootstrapped Markdown CMS powered by Django_
[](https://travis-ci.org/quintet-cms/quintet)
[](https://landscape.io/github/quintet-cms/quintet/master)
[](https://pypi.python.org/pypi/quintet/)


## Getting Started
1. `pip install django`
2. `pip install quintet --pre`
3. `django-admin startproject myblog && cd myblog`
4. Add the following to your `settings.py`
INSTALLED_APPS = (
...
'django.contrib.humanize',
'django_forms_bootstrap',
'django_bootstrap_markdown',
'django_bootstrap_typeahead',
'django_password_strength',
'quintet',
...
)
5. `./manage.py migrate`
6. `./manage.py createsuperuser`
7. `./manage.py runserver`
8. Open <http://127.0.0.1:8000/quintet/>
_A Bootstrapped Markdown CMS powered by Django_
[](https://travis-ci.org/quintet-cms/quintet)
[](https://landscape.io/github/quintet-cms/quintet/master)
[](https://pypi.python.org/pypi/quintet/)


## Getting Started
1. `pip install django`
2. `pip install quintet --pre`
3. `django-admin startproject myblog && cd myblog`
4. Add the following to your `settings.py`
INSTALLED_APPS = (
...
'django.contrib.humanize',
'django_forms_bootstrap',
'django_bootstrap_markdown',
'django_bootstrap_typeahead',
'django_password_strength',
'quintet',
...
)
5. `./manage.py migrate`
6. `./manage.py createsuperuser`
7. `./manage.py runserver`
8. Open <http://127.0.0.1:8000/quintet/>
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
quintet-1.0.0b3.tar.gz
(95.1 kB
view details)
File details
Details for the file quintet-1.0.0b3.tar.gz.
File metadata
- Download URL: quintet-1.0.0b3.tar.gz
- Upload date:
- Size: 95.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef0a99e49333ef93fa1ca2495c1f733e4454697c65739843947b5c3c2a080372
|
|
| MD5 |
6e1ec6c8a0eb4bb3d700d217d9af54a2
|
|
| BLAKE2b-256 |
143183f88a934233b3dcd04e51d61fcf598935d7f1c9bf8636cd84f52e0897d4
|