Skip to content

Instantly share code, notes, and snippets.

@loic
Created October 15, 2013 10:09
Show Gist options
  • Save loic/6989434 to your computer and use it in GitHub Desktop.
Save loic/6989434 to your computer and use it in GitHub Desktop.
_detail_new.py
_detail_old.py
detail.py
if settings.NEW_GCBV:
from _detail_new import *
else:
PendingDeprecationWarning # Django 1.7
DeprecationWarning # Django 1.8
from _detail_old import *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment