google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

"djangoforum" is quite redundant, why not just "forum"? #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any rationale behind naming the app "djangoforum"? "django" 
seems to be redundant here - for example,  generated table names are 
like "djangoforum_post", while "forum_post" would make more sense.

Take a look at other Django applications round here - 
django-registration, django-tagging, etc. - they do not use "django" 
prefix.

Original issue reported on code.google.com by iar.seme...@gmail.com on 17 Sep 2007 at 9:59

GoogleCodeExporter commented 9 years ago
Good point.

I have updated the code & readme to refer to the package as 'forum' which makes 
much
more sense.

Please do a new checkout, rename it to 'forum', update urls.py & settings.py, 
and
rename your database tables if you're an existing user.

New users, just follow the readme.

Original comment by rwpoul...@gmail.com on 12 Oct 2007 at 3:22