To django-users,

We are developing Speedy Net, a new social networks with apps (Speedy Match
and Speedy Composer). Speedy Net is using Django (the previous version is
written in PHP). I would like to ask you about the models, in
https://github.com/urievenchen/speedy-net/blob/master/speedy/net/accounts/models.py
(it's an open source project; there are other models too), is the order of
elements in the models correct? Currently the constants are first, then
class Meta, then fields, then managers, then methods and properties (in
arbitrary order). What is the common order of elements in Django projects?
Does it matter at all? I read something about it in Django documentation,
but I don't remember exactly where. I know the constants must be first in
the model, before the fields, but what about class Meta? Any help will be
appreciated.

Thanks,
Uri.

*Uri Even-Chen*
[image: photo] Phone: +972-54-3995700
Email: u...@speedy.net
Website: http://www.speedysoftware.com/uri/en/
<http://www.facebook.com/urievenchen>  <http://plus.google.com/+urievenchen>
  <http://www.linkedin.com/in/urievenchen>  <http://twitter.com/urievenchen>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMQ2MsEPgckXSYJ_Uss4Wp2QKGT1oed_0Yrc9qdLDL8HJtPefg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to