Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
justinreyes_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
Justin Reyes
justinreyes_reading
Commits
lab04
Switch branch/tag
justinreyes_reading
25 Apr, 2023
4 commits
misc: updated README.txt to include new lab04 details
· a09c2016
justin
authored
Apr 25, 2023
a09c2016
misc: populated models with other examples
· 7d16ead2
justin
authored
Apr 25, 2023
7d16ead2
misc: populated models with new forms
· c4e68e88
justin
authored
Apr 25, 2023
c4e68e88
flair: changed button text values to fit their operation
· fca5c240
justin
authored
Apr 25, 2023
fca5c240
24 Apr, 2023
9 commits
feat: added UpdateView for authors + buttons to edit in DetailViews
· f1aafed0
justin
authored
Apr 24, 2023
f1aafed0
feat: added UpdateView for books
· 4548938f
justin
authored
Apr 24, 2023
4548938f
misc: added as_p to forms to make css styling easier
· 2e61b8dd
justin
authored
Apr 24, 2023
2e61b8dd
misc: refactored BookForm code to use '__all__'
· 4e97a360
justin
authored
Apr 24, 2023
4e97a360
feat: added new author functionality with url routing complete
· 892f63d3
justin
authored
Apr 24, 2023
892f63d3
misc: removed unused import
· b3e1c631
justin
authored
Apr 24, 2023
b3e1c631
feat: new book form functionality complete, redirects done
· b7610648
justin
authored
Apr 24, 2023
b7610648
misc: updated forms.py to use ModelForm API, added url routing to /books/add
· 02285178
justin
authored
Apr 24, 2023
02285178
feat: added form routing in html templates, form for adding books boilerplate
· ffbf4449
justin
authored
Apr 24, 2023
ffbf4449
27 Mar, 2023
13 commits
Minor README change: added '2 BS CS
· d83f6a10
justin
authored
Mar 27, 2023
d83f6a10
Minor URL change (.../detail to .../details)
· cf1a878a
justin
authored
Mar 27, 2023
cf1a878a
Ordered BookListView and AuthorListView alphabetically
· 473e2cae
justin
authored
Mar 27, 2023
473e2cae
Implemented and added basic CSS styling added as static file
· 4072dc6d
justin
authored
Mar 27, 2023
4072dc6d
Added HTML class names for easier CSS styling
· 215eac48
justin
authored
Mar 27, 2023
215eac48
Created detail HTML pages for each author, fixed URL routing for authors in book pages
· 03e3540e
justin
authored
Mar 27, 2023
03e3540e
Created detail HTML pages for each book
· 5ee8933e
justin
authored
Mar 27, 2023
5ee8933e
Initialized HTML for list of books and base template
· 4b2ebb81
justin
authored
Mar 27, 2023
4b2ebb81
Initialized homepage and base URL routing
· 8392e27c
justin
authored
Mar 27, 2023
8392e27c
Added new blurb field for Books
· a04ee101
justin
authored
Mar 27, 2023
a04ee101
Migrated and populated all models, fixed ISBN validator for Books
· 08ab2928
justin
authored
Mar 27, 2023
08ab2928
Created bookshelf app, Author and Books models and corresponding Admin panels
· d0c4552a
justin
authored
Mar 27, 2023
d0c4552a
Initialized repo and django project
· d516727b
justin
authored
Mar 27, 2023
d516727b