Skip to content

Luko575/django-to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-to-do-app

Cloning the repository

Clone the repository:

git clone https://github.com/Luko575/django-to-do-app.git

Move into the directory:

cd django-to-do-app

Creating, activating a virtual environment and installing dependencies:

py -m venv env
.\env\Scripts\activate
pip install -r requirements.txt

Running the application

To run the application:

py manage.py runserver

Open your web browser and go to the address: http://127.0.0.1:8000/

Releases

No releases published

Packages

No packages published