Skip to content

Commit

Permalink
register to the database
Browse files Browse the repository at this point in the history
  • Loading branch information
phattd15 committed Nov 15, 2021
1 parent 7c52942 commit 8a29986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

# Register your models here.

from .models import AuthQuery, Problem, Profile
from .models import AuthQuery, FetchData, Problem, Profile

admin.site.register(Problem)
admin.site.register(Profile)
admin.site.register(AuthQuery)
admin.site.register(FetchData)

0 comments on commit 8a29986

Please sign in to comment.