Skip to content

ravshanbekio/django-barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-barcode

The project was created to prepare barcodes for products. By entering book information in this small project, you can automatically generate a product barcode.

Installation

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

Admin keys

This project is done in full admin panel. Therefore, follow the instructions below!

  • Username: 'admin'
  • Password: 'admin123'

Real admin panel url - /manager/panels/