Re: Best Django apps/extensions

2014-06-28 Thread Alexandr Shurigin
http://phpdude.github.io/django-macros-url/ Macros url for simplifying routing :) On Friday, June 27, 2014 7:22:33 PM UTC+7, Greg Niewisiewicz wrote: > > Hi, > > I'm working on a short guide about setting up a new Django project. I'd > like to ask you for apps that you think are indispensable in

Right way add dynamically fields to model and migrations

2014-06-28 Thread Alexandr Shurigin
Hi all! Have little problem. I have Custom Field like abstract RichTextEditor which can parse entered text to html some ways. For performance optimization this fields caches parsed data in separate field of model which creates dynamically. Take a look into code. def contribute_to_class(se

Re: django-loses-currently-logged-in-user

2014-06-03 Thread Alexandr Shurigin
Check stackoverflow. Answered there for your question. On Tuesday, June 3, 2014 7:28:52 PM UTC+7, Juergen Schackmann wrote: > > Hi all, > > I have a issue, with users not being able to log into my site anymore > (after it worked fine for months). > > Please find details here: > https://stackover

Re: Django Macros Url. Routing must be simple!

2014-06-03 Thread Alexandr Shurigin
, 2014 1:49:37 AM UTC+7, Alexandr Shurigin wrote: > > Hi all! > > Yestarday i released beta version of new django routing helper component. > > Routing must be simple. Now we talking with django core team about making > django routing simpler by default. > > If anybody is i

Re: Django Macros Url. Routing must be simple!

2014-06-03 Thread Alexandr Shurigin
Sorry for my english. Not my primary language :( I trying to learn it :-) -- 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.

Re: Django Macros Url. Routing must be simple!

2014-06-03 Thread Alexandr Shurigin
ROR naming standart. This looks simple and very clean. On Tuesday, June 3, 2014 1:49:37 AM UTC+7, Alexandr Shurigin wrote: > > Hi all! > > Yestarday i released beta version of new django routing helper component. > > Routing must be simple. Now we talking with django core team ab

Re: Django Macros Url. Routing must be simple!

2014-06-03 Thread Alexandr Shurigin
o add $ to end of real pattern url because sometimes this can be forgotten :) Alexandr. On Tuesday, June 3, 2014 1:49:37 AM UTC+7, Alexandr Shurigin wrote: > > Hi all! > > Yestarday i released beta version of new django routing helper component. > > Routing must be simple. Now we

Django Macros Url. Routing must be simple!

2014-06-02 Thread Alexandr Shurigin
Hi all! Yestarday i released beta version of new django routing helper component. Routing must be simple. Now we talking with django core team about making django routing simpler by default. If anybody is interested about it, you can use right now my component to make your routes simple, clean