Django admin for public pages

2014-04-08 Thread Andrew Pashkin
I'm thinking about using django.contrib.admin for public facing pages. On the one hand, seems like it is not recommended: It’s not intended to be a *public* interface to data, nor is it intended to > allow for sophisticated sorting and searching of your data. As we said > early in this chapter,

Django i18n questions

2014-04-10 Thread Andrew Pashkin
Documentation says , that: ...it looks for a django_language key in the current user's session This is the latest commit

Re: Django i18n questions

2014-04-10 Thread Andrew Pashkin
I ended up using this snippet <https://djangosnippets.org/snippets/2875/> for switching languages. It simply reverses url with given language code. On 11.04.2014 09:55, Andrew Pashkin wrote: Documentation says <https://docs.djangoproject.com/en/1.4/topics/i18n/translation/#how-django-

Re: Django i18n questions

2014-04-11 Thread Andrew Pashkin
Indeed On 11.04.2014 12:45, Daniel Roseman wrote: On Friday, 11 April 2014 06:55:12 UTC+1, Andrew Pashkin wrote: Documentation says <https://docs.djangoproject.com/en/1.4/topics/i18n/translation/#how-django-discovers-language-preference>, that: ...it looks

Multiple projects on one server

2014-07-02 Thread Andrew Pashkin
this is looks ugly. -- With kind regards, Andrew Pashkin. cell phone - +7 (985) 898 57 59 Skype - waves_in_fluids e-mail - andrew.pash...@gmx.co.uk -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Multiple projects on one server

2014-07-02 Thread Andrew Pashkin
Sorry, I wrote to wrong mailing list (facepalm.jpg). But actually the topic is relevant to django-users too =) On 02.07.2014 12:11, Andrew Pashkin wrote: Hi all! Does anybody had experience in managing deployment of two or moredifferent projects on one system? I have such task and main issue