I am trying to implement external authentication in Invision Power
Board Forum. They have converge which as I understand could do such
things but I don't understand it yet. Maybe somebody could share his
experience of using IPB/converge with Django?
--
You received this message because you are su
Hi, all.
I use django ORM in multiprocessed parser. I use processing module:
http://pyprocessing.berlios.de/doc/
Each process is a fork of main process and I need to work with DB in
each process.
It is not recommended to use one db connection from all forked
processes, so I want to reinitialize co
Hi, all.
I use django ORM in multiprocessed parser. I use processing module:
http://pyprocessing.berlios.de/doc/
Each process is a fork of main process and I need to work with DB in
each process.
It is not recommended to use one db connection from all forked
processes, so I want to reinitialize co
John M wrote:
> I have checked the forum, and still can't believe I can't find a
> solution to what I perceive as a simple problem:
>
> I have two models:
>
> Customer
>Name
>phone
>
> Order
>Customer (foreign key to Customer)
>date
>product
>
> When I put up the form for o
johnny wrote:
> Doing the following:
>
> from os import environ
> environ['DJANGO_SETTINGS_MODULE'] = 'settings'
> from settings import *
>
> Only works at the parent folder level. What if you have script in sub
> folder level? I tried it at sub folder level and got error:
>
> from os import
I have found nice way to do quick development on 1st and 2nd steps you
have mentioned.
I've put following instructions in reset.sh:
* Drop database
* Create new database
* Run ./manage.py syncdb
* Generate sample data
When I change some model then I just run reset.sh. That works even for
seve
6 matches
Mail list logo