hi,

i'm constantly facing the following naming-problem.


let's say you are going to create a web gallery, because you need one.

so you start with:

django-admin.py startproject gallery


and now, you want to do "./manage.py startapp <app-name>".

but what should the app-name be?

from a practical point of view, it should be 'gallery' again,
because that's what you are going to create.

but i remember that once i had a problem with the app having the same 
name as the project, so i'd rather not do that.

so, what should happen now?

call the app as 'main'? seems as a particularly ugly solution.

so, how do you name your 'main' app in a django-project?

gabor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to