You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RemovedInDjango19Warning: Loading the url tag from the future library is deprecated and will be removed in Django 1.9. Use the default url tag instead. (runserver start)
mftutor/aliases/views.py:18: RemovedInDjango19Warning: Please import get_current_site from django.contrib.sites.shortcuts.
current_site = get_current_site(request)
The text was updated successfully, but these errors were encountered:
RemovedInDjango19Warning:
RemovedInDjango19Warning: Loading the
url
tag from thefuture
library is deprecated and will be removed in Django 1.9. Use the defaulturl
tag instead. (runserver start)mftutor/aliases/views.py:18: RemovedInDjango19Warning: Please import get_current_site from django.contrib.sites.shortcuts.
current_site = get_current_site(request)
The text was updated successfully, but these errors were encountered: