- Notifications
You must be signed in to change notification settings - Fork28
License
NotificationsYou must be signed in to change notification settings
madhusudancs/django-groundwork
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
django-groundwork is License under the terms of BSD License. Please read thecontents of the LICENSE file in the root of the source repository for theterms of the license.
The authors and/or contributors of django-groundwork is listed in the AUTHORSfile in the root of the source repository.