Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaise-93/songcrud
Basic CRUD Application of Artiste
https://github.com/blaise-93/songcrud
bootstrap4 html5 python3
Last synced: about 1 month ago
JSON representation
Basic CRUD Application of Artiste
- Host: GitHub
- URL: https://github.com/blaise-93/songcrud
- Owner: Blaise-93
- Created: 2022-10-11T08:47:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T10:32:29.000Z (about 2 years ago)
- Last Synced: 2023-05-10T11:47:33.763Z (over 1 year ago)
- Topics: bootstrap4, html5, python3
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a django project given to me by Zuri team (my mentors).
Here we created songcrud project which houses musicapp project via using pip and other django dependencies.
It was later deployed so that we can add some usecase in our app (musicapp) in the feature.stage2 of the Assignment: Below are activities carried out in L + CRUD musicapp songcrude album applications:
We created our views.py functions of our basic CRUD + L (create, retrieve, update, delete, and list) models, and we created our app urls.py to handle its request when rendered on frontend.
We created our forms via forms.py to help us submit our info to database. Thus, we shall use post method in order to achieve that.
We used Bootstrap4 in our project for easy styling and js implementation especially in our buttons outlook.
We installed django crispy forms in our project to make our UI look better especially when rendering our artiste forms.
We deployed navigations, thanks to bootstrap though not clickable because we disabled it intentionally because we have added several navigations in our respective templates of our project for the user to manipulate the artiste,songs and class of our models
Kindly check out my codes on this assignment to see what I did. Thanks you!