Re: Django ProgrammingError: no relation exists when using ManyToManyfield

2015-04-13 Thread Pavel Kuchin
Hi Chase,

Can you please attach your settings.py (or at least DATABASES and
INSTALLED_APPS options) and LocationModel class?

Best regards, Pavel

2015-04-13 17:37 GMT+03:00 Chase Cooley :
> Yes, I have tried makemigrations and migrate for all modules and it still
> doesn't work. I have also tried makemigrations and migrate for individual
> modules with no luck.
>
> On Sunday, April 12, 2015 at 10:12:08 AM UTC-5, Pavel Kuchin wrote:
>>
>> Hi Chase,
>>
>> Did you try makemigrations and migrate:
>> $ python manage.py makemigrations
>> $ python manage.py migrate
>> You should run them for all modules at first time (do not set any specific
>> module).
>>
>> Best regards, Pavel.
>>
>>> I can post code and errors here, but have already posted on
>>> stackoverflow.com and so I figured it might be useful to see some of the
>>> comments users on that site have suggested. If this is not acceptable let me
>>> know and i'll post everything here.
>>> Thanks!
>>>
>>>
>>> http://stackoverflow.com/questions/29190190/django-programmingerror-no-relation-exists-when-using-manytomanyfield?noredirect=1#comment46603898_29190190
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/MHngqha8fIk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/3d6bcc21-7176-4b45-8ae2-576872381521%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALyspwr9MeQ6KLOfEvmWo%2BF_L239a2ZokY3WoRpZXAy_Ct6QaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django ProgrammingError: no relation exists when using ManyToManyfield

2015-04-13 Thread Chase Cooley
Yes, I have tried makemigrations and migrate for all modules and it still 
doesn't work. I have also tried makemigrations and migrate for individual 
modules with no luck.

On Sunday, April 12, 2015 at 10:12:08 AM UTC-5, Pavel Kuchin wrote:
>
> Hi Chase,
>
> Did you try makemigrations and migrate:
> $ python manage.py makemigrations
> $ python manage.py migrate
> You should run them for all modules at first time (do not set any specific 
> module).
>
> Best regards, Pavel.
>
> I can post code and errors here, but have already posted on 
>> stackoverflow.com and so I figured it might be useful to see some of the 
>> comments users on that site have suggested. If this is not acceptable let 
>> me know and i'll post everything here.
>> Thanks!
>>
>>
>> http://stackoverflow.com/questions/29190190/django-programmingerror-no-relation-exists-when-using-manytomanyfield?noredirect=1#comment46603898_29190190
>>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3d6bcc21-7176-4b45-8ae2-576872381521%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django ProgrammingError: no relation exists when using ManyToManyfield

2015-04-12 Thread Pavel Kuchin
Hi Chase,

Did you try makemigrations and migrate:
$ python manage.py makemigrations
$ python manage.py migrate
You should run them for all modules at first time (do not set any specific 
module).

Best regards, Pavel.

I can post code and errors here, but have already posted on 
> stackoverflow.com and so I figured it might be useful to see some of the 
> comments users on that site have suggested. If this is not acceptable let 
> me know and i'll post everything here.
> Thanks!
>
>
> http://stackoverflow.com/questions/29190190/django-programmingerror-no-relation-exists-when-using-manytomanyfield?noredirect=1#comment46603898_29190190
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/97337198-b903-4541-9332-162452c3ce75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.