View 0043_species_not_udf_model.py
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
from django.db import migrations | |
class Migration(migrations.Migration): | |
class RemoveSpeciesUdfs(migrations.RemoveField): |
View index.html
<html> | |
<head> | |
<style> | |
html, body { | |
margin: 0; | |
padding: 0; | |
height: 100%; | |
min-height: 100%; | |
max-height: 100%; | |
overflow: hidden; |