A comprehensive Django project that catalogs a diverse range of libraries and their extensive book collections, offering a seamless browsing experience for avid readers.
- Clone the repository.
python3 -m venv venv
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
or
make install
make run
Create administrator user : python3 manage.py createsuperuser
- Administrateur :
- [email protected] / admin
- Client :
- [email protected] / m0td3P@sse
- [email protected] / m0td3P@sse
- Libraire :
- [email protected] / m0td3P@sse
- [email protected] / m0td3P@sse
- Django
This project is licensed under the MIT License - see the LICENSE.md file for details.