encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Any idea to load generic views after model migration is done? #65

Closed auvipy closed 7 years ago

auvipy commented 7 years ago

is it good idea to load models in generic views after migration is done? and later views throwing error independently? https://paste.ubuntu.com/24136369/

auvipy commented 7 years ago

http://stackoverflow.com/questions/5775178/getting-the-str-has-no-property-default-manager-on-a-django-app-just-on-sta

tomchristie commented 7 years ago

Heya. We use the issue tracker here for bugs and ongoing work rather than usage questions. Probably better to take this question to one of the discussion groups. (Also it's not specific to vanilla views, but to Django generally)

auvipy commented 7 years ago

I was wondering If any changes could be possible in vanilla views