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.
2 parents a97e492 + 3c1ce0b commit a5403e4Copy full SHA for a5403e4
azureproject/restaurant_review/admin.py
@@ -1,7 +1,3 @@
1
from django.contrib import admin
2
-from .models import Restaurant, Review
3
4
-# Register your models here.
5
-
6
-admin.site.register(Restaurant)
7
-admin.site.register(Review)
+# We are using MongoDB so we don't need to register models here.
azureproject/restaurant_review/models.py
0 commit comments