Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
djnro
Commits
f81c223b
Commit
f81c223b
authored
Oct 30, 2015
by
Zenon Mousmoulas
Browse files
Remove forgotten DeprecationWarning override, django-registration was fixed some
time in the past...
parent
d987563c
Changes
1
Hide whitespace changes
Inline
Side-by-side
edumanage/management/commands/fetch_kml.py
View file @
f81c223b
...
...
@@ -18,8 +18,6 @@
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
# SOFTWARE.
import
warnings
warnings
.
simplefilter
(
"ignore"
,
DeprecationWarning
)
from
django.core.management.base
import
BaseCommand
import
time
from
django.conf
import
settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment