Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.03 KB

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://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