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
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
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.
-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
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
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
: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
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
-
> 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
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
10 matches
Mail list logo