Multiple instances of a Django application operating on different data

2016-10-08 Thread hans.krebs42
I'm coding a Django web project. I've created an app and implemented its functionality - templates, models etc. The website needs to use this application in two places, and the only difference are the sets of data the instances will be operating on (for example, say it's a news app and I have t

Re: Multiple instances of a Django application operating on different data

2016-10-10 Thread Vineet Kothari
you can use classes refer from here https://github.com/bmentges/django-cart and see how he is using cart.py On Sat, Oct 8, 2016 at 3:22 PM, hans.krebs42 wrote: > I'm coding a Django web project. I've created an app and implemented its > functionality - t

Re: Multiple instances of a Django application operating on different data

2016-10-16 Thread James Schneider
On Sat, Oct 8, 2016 at 2:52 AM, hans.krebs42 wrote: > I'm coding a Django web project. I've created an app and implemented its > functionality - templates, models etc. The website needs to use this > application in two places, and the only difference are the sets of data the > instances will be o