Skip to content

alanrios2001/django_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python-django project based on a log-in screen, with a ragistration option. After sign in, it has a personal to-do list.

  1. Clone project
  2. Install poetry
    pip install poetry
  3. Install dependencies using poetry
    poetry install
  4. Create mysql connection,
  5. edit env vars, by creating .secrets.toml file, copy settings.toml and change the values with the data to connect the db.
  6. Run migrations in order to create db tables
    poetry run python manage.py migrate
  7. run server and verify if django is running
    poetry run python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors