Re: PLEASE HELP ME KNOW HOW TO ARRANGE INSTALLED APPS.

2022-10-19 Thread johnpaul mulongo
You need to give the django apps you created unique names (try to see them as separate entities), in your case this would be 'core' and 'store', then you need to add them to the INSTALED_APPS list like so in the settings file: [..., 'core.apps.CoreConfig', 'store.apps.StoreConfig', ] On Wed, Oct

Re: set python 3.6.8 default in my ubuntu

2019-05-22 Thread johnpaul mulongo
On Wednesday, May 22, 2019 at 3:48:16 PM UTC+3, omar ahmed wrote: > > hello .. > just finished my first project with django but i can not publish it > because my default python is python 2.7.12 and Heroku now does not support > it .. > now i installed python 3.6.8 how can i set it as defau