Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
neptunesy_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
Star Neptune R. Sy
neptunesy_reading
Commits
56dbe8d3
Commit
56dbe8d3
authored
Apr 25, 2023
by
Star Neptune R. Sy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One last commit for mistakes that were made
parent
5a3fd42b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
README.txt
README.txt
+3
-3
forms.py
neptunesy_reading/bookshelf/forms.py
+0
-0
formatt.css
neptunesy_reading/bookshelf/static/formatt.css
+4
-0
views.py
neptunesy_reading/bookshelf/views.py
+1
-0
db.sqlite3
neptunesy_reading/db.sqlite3
+0
-0
No files found.
README.txt
View file @
56dbe8d3
Sy, Star Neptune R., 215662, F
Lab 0
3: My Favorite Books and Authors
30 March
2023
Lab 0
4: My Favorite Books and Authors v2
25 April
2023
I solemnly swear that this lab is my own work, I did not copy from my classmates or any outside sources.
<sgd> Sy, Star Neptune R., 30 March 2023
\ No newline at end of file
<sgd> Sy, Star Neptune R., 25 April 2023
\ No newline at end of file
neptunesy_reading/bookshelf/forms.py
deleted
100644 → 0
View file @
5a3fd42b
neptunesy_reading/bookshelf/static/formatt.css
View file @
56dbe8d3
...
...
@@ -37,4 +37,8 @@ a.navBtn{
border-color
:
rgb
(
117
,
54
,
31
);
border-width
:
2px
;
border-style
:
groove
;
}
input
[
type
=
submit
]
{
background-color
:
rgb
(
58
,
24
,
2
);
}
\ No newline at end of file
neptunesy_reading/bookshelf/views.py
View file @
56dbe8d3
...
...
@@ -29,6 +29,7 @@ class BooksAddView(CreateView):
blurb
=
request
.
POST
.
get
(
'blurb'
)
s
=
Book
(
title
=
title
,
author
=
Author
.
objects
.
get
(
pk
=
author
),
publisher
=
publisher
,
year_published
=
yearPublished
,
ISBN
=
ISBN
,
blurb
=
blurb
)
s
.
save
()
return
HttpResponseRedirect
(
str
(
s
.
get_absolute_url
())
+
"/details/"
)
...
...
neptunesy_reading/db.sqlite3
View file @
56dbe8d3
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