On 3/05/2016 7:21 PM, Martin Torre Castro wrote:
I'm making a Django project consisting of several apps and I want to use
a version number for the whole project, which would be useful for
tracking the status of the project between each time it comes to production.


I've read and googled and I've found how to put a version number for
each django app of mine, but not for a whole project.

I assume that the *settings.py* (in my case it would be base.py,
because the settings are inherited for each environment: developmente,
pre-production, production) would be the ideal file for storing it, but
I would like to know good practices from other Django programmers,
because I haven't found any.

Have a look at Django itself in ../site-packages/django/__init__.py

Mike



Thank you in advance

--
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
<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to django-users@googlegroups.com
<mailto: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/1487d708-62f4-4ea0-844b-c61107e58746%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/1487d708-62f4-4ea0-844b-c61107e58746%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
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/0f8e0a4b-26d4-5b02-8b6f-b3d1db19c201%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

Reply via email to