Skip to content

SanjarH/To-Do-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Application in Django

I created my first App after learning Django Framework. It was very interesting for me. I learned more things as setup Django and workspace in VS Code, creat admin panel, views, models, forms, urls, and work with templates.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Python 3 Django 3

Installing

  1. Clone the repository to your local machine

git clone https://github.com/SanjarH/To-Do-App.git

  1. Change into the project directory

cd todoApp

  1. Create a virtual environment and activate it

python3 -m venv env source env/bin/activate

  1. Install the required packages

pip install -r requirements.txt

  1. Run the migrations

python manage.py migrate

  1. Start the development server

  2. Visit http:https://127.0.0.1:8000/ in your web browser to see the to-do application in action.

Built With

Django - The web framework used SQLite - The database system used

Authors

Sanjar Hoshimi

About

My first Django App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published