| Issue 2: | Add manage.py and settings files. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Include manage.py and settings.py so that it is easier to run djangoforums as a standalone project. It's also nicer to develop with (imo). The settings-customize.py and local_settings-customize.py files are meant to be copied and renamed (to settings.py and local_settings.py). With these additions it's possible to do that copying, set database settings, add a forum in admin and immediately have a working site. Or it will be once I submit a patch for the URLs.
Jun 3, 2007
#1
jshaffer...@gmail.com
Sep 16, 2007
I'm -1 on that. The django-forum is a Django application, not a project. It is supposed to be pluggable to an existing project. What we can do is to have a wiki page, describing how to create a simple forum website from scratch using django-forum.
Oct 11, 2007
As per the previous comment, this is an application rather than a project. It's designed to be used with existing Django projects. It's very rare that you would use _only_ the forum app and no others (eg no flatpages, no admin, etc...) I won't be implementing this.
Status:
WontFix
|