Skip to content

rg3915/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist

Todo list for test django-public-admin.

This project was done with:

  • Python 3.7
  • Django 2.2.12

How to run project?

  • Clone this repository.
  • Create virtualenv with Python 3.
  • Active the virtualenv.
  • Install dependences.
  • Run the migrations.
git clone https://github.com/rg3915/todolist.git
cd todolist
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

About

Todo list for test django-public-admin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages