Hi again,
I come form j2ee world, this is my first project in Django and usually
I feel a bit lost about general concepts.
My project has bit too much business code, it's a kind of datamining
tool. I have created a set of functions but I'm not sure where the
"best practices" say I should place them...
1.- In the same folder as my app (package) is, in a different file:
app1/
__init__.py
models.py
views.py
datamining.py
2.- In the same models.py or views.py file?:
app1/
__init__.py
models.py
views.py
3.- In a new app (app)?
app2/
__init__.py
datamining.py
Thanks for your advice... and, do you know any good practices
reference for django?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---