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
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
2 matches
Mail list logo