Thursday, March 28, 2019

Re: Newbie question : running the makemigrations command in the terminal

From your settings file:
 
munichliving_app.apps.MunichLivingConfig

That makes me think that the structure of your project looks something like this:

\munichliving_app\manage.py
\
munichliving_app\apps\MunichLivingConfig\
\munichliving_app\apps\MunichLivingConfig\models.py
\munichliving_app\apps\MunichLivingConfig\views.py
\munichliving_app\apps\MunichLivingConfig\admin.py



               

And `OffererProfile` is defined inside models. Is that correct?

On Thursday, March 28, 2019 at 11:35:46 AM UTC-4, kamiba...@gmail.com wrote:
Hello,

(Newbie here): I am trying to run the makemigrations icommand in my terminal. You will find here below the three relevant files, the third one showing the errors displayed in
the terminal.

My settings.py file:


https://pastebin.com/raw/xLpX0Zfg


My models.py file:

https://pastebin.com/raw/wYfSy8ET


The terminal entry (with the errors)


https://pastebin.com/raw/Pmpnepf1


Thank you for your time and your help.


K.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9d5f73c3-0335-4003-8162-5c72aa07f723%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment