Skip to content

Amin-Shahsavar/QRcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRcode

  1. Download zip file or clone the repository.
  2. Create a venv inside the project directory:

    virtualenv venv

  3. Start the venv:

    source venv/bin/activate

  4. Install the requirements.txt:

    pip install -r requirements.txt

  5. Create the local database:

    python manage.py makemigrations python manage.py migrate

  6. Create a SuperUser to use the admin panel of Django:

    python manage.py createsuperuser

  7. Run the server:

    python manage.py runserver

  8. Go to this roat and enter the username and password:

    127.0.0.1:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages