Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_someone here is possessed by an owl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laetitia de Castro
widget_someone here is possessed by an owl
Commits
a6667862
Commit
a6667862
authored
Mar 22, 2022
by
kylemendozaa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created 3 assignments
parent
cdd6a19d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
admin.cpython-39.pyc
assignments/__pycache__/admin.cpython-39.pyc
+0
-0
admin.py
assignments/admin.py
+6
-1
db.sqlite3
db.sqlite3
+0
-0
No files found.
assignments/__pycache__/admin.cpython-39.pyc
View file @
a6667862
No preview for this file type
assignments/admin.py
View file @
a6667862
from
django.contrib
import
admin
# Register your models here.
from
.models
import
Assignment
class
AssignmentAdmin
(
admin
.
ModelAdmin
):
model
=
Assignment
admin
.
site
.
register
(
Assignment
,
AssignmentAdmin
)
\ No newline at end of file
db.sqlite3
View file @
a6667862
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment