- Download zip file or clone the repository.
- Create a venv inside the project directory:
virtualenv venv
- Start the venv:
source venv/bin/activate
- Install the requirements.txt:
pip install -r requirements.txt
- Create the local database:
python manage.py makemigrations python manage.py migrate
- Create a SuperUser to use the admin panel of Django:
python manage.py createsuperuser
- Run the server:
python manage.py runserver
- Go to this roat and enter the username and password:
127.0.0.1:8000/admin
Amin-Shahsavar/QRcode
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|