-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed minor bugs and is up to date now
- Loading branch information
1 parent
ce092b4
commit d274184
Showing
6 changed files
with
159 additions
and
101 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Register your models here. | ||
from django.contrib import admin | ||
from myapp.models import UserProfileInfo, User | ||
from myapp.models import * | ||
# Register your models here. | ||
admin.site.register(UserProfileInfo) | ||
admin.site.register(UserProfileInfo) | ||
admin.site.register(satelliteMetadataFiles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.