- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
Amin-Shahsavar/QRcode
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published