evewspace / eve-wspace

Wormhole mapping and corporation management for Eve Online.
Apache License 2.0
86 stars 51 forks source link

[questions] get warnings after upgrade #233

Closed neosilver-gk closed 8 years ago

neosilver-gk commented 8 years ago

Hi, after I upgraded eve-wspace I get some "OneToOne is better than ManyToMany" warnings. They appear when I make my migration (./manage.py migrate --fake) as well as when I start the server (./manage.py runserver 0.0.0.0:8000). How to solve this and how to migrate from a build 3 month ago?

Some additional: is there still a possibility to get real time help e.g. IRC?

Maarten28 commented 8 years ago

https://github.com/evewspace/eve-wspace/pull/219#issuecomment-167875224

The warnings itself do not matter, the install should still work. You should however follow a similar upgrade path compared the one above.

Zumochi commented 8 years ago

Besides this, I hope you're using ./manage.py runserver for testing/development purposes only. :smile:

neosilver-gk commented 8 years ago

Of course, I use it only for testing. I have now changed the models so that the warnings disappear. Pull request follows.