Wtower / django-ninecms

Nine CMS is a simple Django app to manage content. Users can create content and publish it to various paths.
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Move boilerplate app inside this repo and integrate tests #44

Closed Wtower closed 8 years ago

Wtower commented 8 years ago

Django-ninecms-starter is a boilerplate app as a sample of a web site.

Move the demo inside this repo and possibly integrate tests with it.

Wtower commented 8 years ago

The boilerplate app will remain as separate repo to allow cloning into new projects.

Currently, tests require a host project to run.

The necessary files will be added to run tests in here.

This will then allow to use Travis #35 .

Wtower commented 8 years ago

After tests work 100%, remove any unnecessary settings from tests/settings_test.py.