https://github.com/maxbubblegum47/django_project
Progetto Tecnologie Web 2021
https://github.com/maxbubblegum47/django_project
blog bootstrap django music website
Last synced: 3 months ago
JSON representation
Progetto Tecnologie Web 2021
- Host: GitHub
- URL: https://github.com/maxbubblegum47/django_project
- Owner: MaxBubblegum47
- Created: 2021-04-29T08:58:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T21:41:58.000Z (almost 4 years ago)
- Last Synced: 2025-09-05T02:37:50.402Z (10 months ago)
- Topics: blog, bootstrap, django, music, website
- Language: Python
- Homepage:
- Size: 58.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOS Music
Blog a tema musicale all'interno del quale artisti indipendenti possono caricare, condividere e ascoltare musica. La piattaforma segue lo stile grafico legata al tema https://kristopolous.github.io/BOOTSTRA.386/. Per installarlo basta clonare la repo, aprirla con Pycharm e installare i requirements. Lascio a disposizione utente prova con cui potete interagire col sito:
- username: test
- password: prova1234
I requirements in terminid i plugin sono (oltre a Django):
- Django~=3.2.6
- django-ckeditor~=6.1.0
- Pillow~=8.3.1
- model-bakery~=1.3.2
Potete installare singolarmente i plugin con il comando pip/pip3 install , oppure eseguire il seguente comando per installarli tutti in una sola volta: pip install -r requirements.txt