Metadata-Version: 2.0
Name: mezzanine-sue
Version: 0.2.6
Summary: A theme for Mezzanine
Home-page: https://github.com/lillisgary/mezzanine-newsue.git
Author: Gary Lillis
Author-email: lillisgary@gmail.com
License: BSD License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7

====
SUE
====

Theme for Mezzanine 4.0.1

1. Add "sue" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = (
        "sue",
        ....

# above other installed apps

2. Run "python manage.py makemigrations"

3. Run "python manage.py migrate"

4. Change your URLs

5. Start dev server and log into the admin interface, select a skin in the settings, and save.

# uses Django migrations, make sure South is uninstalled


