8000 GitHub - 35bytes/todo-django
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

35bytes/todo-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo Project in Django 3

Content

Install Project

694D

Clone project in your machine

In your console go to the path where you want to clone the project and execute the command.

git clone https://github.com/karlbehrensg/todo-django.git

Create virtual enviroment

To made this step it's necesary you get install a Python 3.6 version or higher.

Go in to the project and create a enviroment, after that activate the enviroment and install all package required in requirements.txt.

cd todo.django
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Start project

Start server

With the enviroment activate you need execute this command.

python manage.py runserver

App

In a browser go to http://127.0.0.1:8000/ to see the ToDo app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0