Skip to content

daniel10027/Lotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run the application:

    * create a Python 3 virtual environment and activate it.

    * install the requirements of the project:
      
          pip install -r requirements.txt

    * run the migrations to create the schema

          python manage.py migrate

    * create a superuser (this will be the user capable of creating lotteries,
      generating tickets for them, etc.)

          python manage.py createsuperuser

    * for a test run, use the following command:

          python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published