On Fri, Oct 7, 2011 at 10:39 AM, bcrem <billc...@gmail.com> wrote:
> Howdy,
>
> I come from a C/C++ background, getting into some django/python now.
> I'm used to a one-class/one-file paradigm, and don't much like
> sticking all the models for an app in models.py.  It's a minor thing,
> I know...
>
> Is there any way to seperate out these classes, and still have syncdb
> pick them up & update your database for you?

I suggest you learn to write Python when you are writing Python, and
continue to write C or C++
when you are writing C or C++.

My point is, trends and styles and patterns change as much between
languages (and tools) as do
syntaxes and APIs, and you must adapt. Remember that you are part of a
larger community and
code is ready more often than it is written. Don't create frustrating
surprises for the next guy.

> Thanks,
> bc
>
> --
> 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 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>



-- 
Read my blog! I depend on your acceptance of my opinion! I am interesting!
http://techblog.ironfroggy.com/
Follow me if you're into that sort of thing: http://www.twitter.com/ironfroggy

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to