On 29 mar, 12:16, vamsy krishna wrote:
> thnx jonas...i figured datz wat i mite do...
Totally OT, but talking "datz way" won't make you looks "kewl" here.
> so django has a limitation
> on imports like in da case i mentioned?
>
It's not a django limitation, it's a Python one.
Technical point
thnx jonas...i figured datz wat i mite do...so django has a limitation
on imports like in da case i mentioned?
On Mar 29, 2:51 pm, Jonas Obrist wrote:
> On 03/29/2010 10:28 AM, vamsy krishna wrote:
>
> > hi...am very new to django and am having some problem with my code...
>
> > say i've two modu
On 03/29/2010 10:28 AM, vamsy krishna wrote:
hi...am very new to django and am having some problem with my code...
say i've two modules...mod1 n mod2...n views in both modules have
certain generic functions which i need to import from each other...as
in
(in views.py of mod1)
from mod2.views im
hi...am very new to django and am having some problem with my code...
say i've two modules...mod1 n mod2...n views in both modules have
certain generic functions which i need to import from each other...as
in
(in views.py of mod1)
from mod2.views import xyz
(and in views.py of mod2)
from mod1.
4 matches
Mail list logo