We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174c0f8 commit 4aa7d57Copy full SHA for 4aa7d57
polygons/admin.py
@@ -0,0 +1,5 @@
1
+from django.contrib.gis import admin
2
+from polygons.models import TreeRegionPolygon, DBHClass, TreeRegionEntry
3
+
4
+admin.site.register(DBHClass)
5
+admin.site.register(TreeRegionEntry)
0 commit comments