Re: python manage.py runserver error

2020-06-18 Thread Utsab Bashyal
enter inside your project directory using command cd project_name in termina and run manage.py runserver On Fri, Jun 19, 2020 at 6:52 AM Thomas Furtado wrote: > Hii, thanks for answering but it didn't work > Now it showed: no module named 'django.contrib.statics' > > Em qui, 18 de jun de 2020

Re: Two Django projects accessing same db

2020-06-16 Thread Utsab Bashyal
close a project and r run another On Wed, Jun 17, 2020 at 5:31 AM Miracle wrote: > You will have to connect one django project to the database as a legacy db. > > You'll fake migrate, so django doesn't create it's default models twice. > > On Wed, 17 Jun 2020, 12:24 am J.T., wrote: > >> I have