Re: django dynamic template tag

2013-07-03 Thread Fadi Samara
. > > --Fred > -- > Fred Stluka -- mailt...@bristle.com -- > http://bristle.com/~fred/ > Bristle Software, Inc -- http://bristle.com -- Glad to be of service! > Open Source: Without walls and fences, we need no Windows or Gates. > -- > > On

Re: django dynamic template tag

2013-07-03 Thread Fadi Samara
its already included at the start of the template to load all plugin tags {% load slider ...%} Regards, Fadi Samara. On Wed, Jul 3, 2013 at 11:00 PM, Fred Stluka wrote: > Fadi, > > You need to {% load %} the file that defines the tags. > > --Fred > ---

django dynamic template tag

2013-07-02 Thread Fadi Samara
I try to build a plugins based application, I have created tags and registered them for each plugin. I have a table stores each page plugins, and need to render any stored plugin in the template accordingly as inclusion tag. Now for the template i use this: {% block slider_region %}{% for p

Handling millions of rows + large bulk processing (now 700+ mil rows)

2012-07-16 Thread Fadi Samara
Interested. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/RWAeYm45nIEJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe

Re: Tutorial database problem

2012-05-27 Thread Fadi Samara
> > -- > 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. >

Re: Tutorial database problem

2012-05-27 Thread Fadi Samara
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://gr

DatabaseError at /admin/ attempt to write a readonly database

2012-05-27 Thread Fadi Samara
Hi, I have django running against apache with wsgi, using sqlite3 as my database. When I run the admin page, I will end up with "attempt to write a readonly database", the only solution worked for me to chmod 777 to the django project directory.According to Django website they don't recommend