/django-groundwork

for django 1.8 and python 3.4

Primary LanguagePythonOtherNOASSERTION

This fork is for django 1.8 and python 3.4, just enjoy it.

This app does all the groundwork needed to get an app up and running.. Usage:

Include django-groundwork and the newly created app in your list of installed apps. Create the models.py file for your app with all the fields specified.

Run the following command:

$ manage.py groundwork appname ModelName1 ModelName2

License

django-groundwork is License under the terms of BSD License. Please read the contents of the LICENSE file in the root of the source repository for the terms of the license.

Authors

The authors and/or contributors of django-groundwork is listed in the AUTHORS file in the root of the source repository.