The project was created to prepare barcodes for products. By entering book information in this small project, you can automatically generate a product barcode.
First of all, you must have installed the latest version of the Django framework
pip install django
Then install Python barcode package
pip install python-barcode
Finally, install the package used for security
pip install django-admin-honeypot
This project is done in full admin panel. Therefore, follow the instructions below!
- Username: 'admin'
- Password: 'admin123'
Real admin panel url - /manager/panels/