Re: ImportError: No module named 'main'

2018-04-14 Thread shubham jhandei
Hi, I agree with Samuel Muiruri, your app definition in settings.py is incorrect. try this: INSTALLED_APPS = [ ... #'DjangoRestfulServer', #remove there is no need toimport the main project 'main', #no need for substantiating an app ] On Friday, April 13, 2018 at 8:04:51 PM UTC+5:30, Артём Ор

Re: Advice needed: One big model or many apps with highly interlinked data tables?

2018-04-14 Thread shubham jhandei
e the best solution you can have. Regards, Shubham Jhandei On Saturday, April 14, 2018 at 7:40:27 PM UTC+5:30, Mikkel Kromann wrote: > > Hi. > > I'm new to Django, and I'm working my way into Django by going through the > nice Djangoproject.com turorial. > I'm try