Django with 2 subapps with same name

2013-05-10 Thread Valder Gallo
I cant have 2 subapp with same name in Django ? Ex. invoice/sony invoice/samsung storage/sony storage/samsung -- 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

Re: Django with 2 subapps with same name

2013-05-10 Thread Valder Gallo
ino wrote: > Yep, add in installed_app: > > application_name.storage.sony > application_name.storage.samsung > > > > > Cheers, > Thiago Avelino > > > On Fri, May 10, 2013 at 3:19 PM, Valder Gallo wrote: > >> I cant have 2 subapp with same name in Django ? >> >> E

Re: Django with 2 subapps with same name

2013-05-10 Thread Valder Gallo
sers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Valder Gallo +55 11 9949 2911 +55 11 2532 2911 Skype: valdergallo @valdergallo www.valdergallo.com.br -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re: File Log vs. Database Log

2013-07-20 Thread Valder Gallo
-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Valder Gallo +55 11 9949 2911 +55 11 2532 2911 Skype: valdergallo @valdergallo www.valdergallo.com.br -- You received this me

Re: File Log vs. Database Log

2013-07-20 Thread Valder Gallo
I'll change it to 'audit-data' ( > stackoverflow suggestion ). > I need audit data not system logs. > > Thanks Valder > > > On Sat, Jul 20, 2013 at 9:02 PM, Valder Gallo wrote: > >> Do you know django-logtailer ? >> https://github.com/fireantology/d

Re: CSV output

2013-09-23 Thread Valder Gallo
s+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- Valder Gallo +55 11 9949 2911 +55 11 2

Re: CSV output

2013-09-23 Thread Valder Gallo
:D On Mon, Sep 23, 2013 at 10:12 AM, Lachlan Musicman wrote: > On 23 September 2013 22:47, Valder Gallo wrote: > > Sorry, i really don´t understand why you need this. > > To mail merge details taken in web app into a report. > > > If you just wanna convert one

Re: Nginx versus Apache

2013-10-08 Thread Valder Gallo
rs@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CALXYUbk2Sv6ia%3DhgHxDw%2BH0f6w89ys-q0zj7LDfBXWEKnENs_A%40mail.gmail.com > . > For more options, visit http

Re: static urls

2011-07-19 Thread Valder Gallo
- > 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. > For more

Re: import django models without runing the server

2011-07-21 Thread Valder Gallo
Alexander, Try use this #test.py import os, sys sys.path.append('../') os.environ['DJANGO_SETTINGS_MODULE'] = 'myproject.settings' myproject/test.py On 07/18/2011 09:34 AM, Alexander Crössmann wrote: Hi, I want to write a python script that works with django models without runing the server