Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trishamillena_reading
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
Trisha Angel Millena
trishamillena_reading
Commits
bf56a57f
Commit
bf56a57f
authored
Mar 27, 2023
by
Trisha Angel Millena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Populated models with data
parent
c100722c
Pipeline
#2985
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
1 deletion
+1
-1
models.cpython-39.pyc
...llena_reading/bookshelf/__pycache__/models.cpython-39.pyc
+0
-0
models.py
trishamillena_reading/bookshelf/models.py
+1
-1
db.sqlite3
trishamillena_reading/db.sqlite3
+0
-0
wsgi.cpython-39.pyc
...ing/trishamillena_reading/__pycache__/wsgi.cpython-39.pyc
+0
-0
No files found.
trishamillena_reading/bookshelf/__pycache__/models.cpython-39.pyc
View file @
bf56a57f
No preview for this file type
trishamillena_reading/bookshelf/models.py
View file @
bf56a57f
...
...
@@ -9,7 +9,7 @@ class Author(models.Model):
nationality
=
models
.
CharField
(
max_length
=
100
)
bio
=
models
.
TextField
(
max_length
=
700
)
def
__str
t
__
(
self
):
def
__str__
(
self
):
return
self
.
first_name
+
' '
+
self
.
last_name
class
Books
(
models
.
Model
):
...
...
trishamillena_reading/db.sqlite3
View file @
bf56a57f
No preview for this file type
trishamillena_reading/trishamillena_reading/__pycache__/wsgi.cpython-39.pyc
0 → 100644
View file @
bf56a57f
File added
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