Skip to content

esadakman/django-auth-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

Table of Contents

Overview

auth-todo

Built With

  • HTML
  • CSS
  • JS
  • Django
  • Bootstrap

How To Use

To clone and run this application, you'll need Git

# Clone this repository
$ git clone https://github.com/esadakman/dj-auth-todo.git

# Install dependencies
    $ python -m venv env
    > env/Scripts/activate (for win OS)
    $ source env/bin/activate (for macOs/linux OS)
    $ pip install -r requirements.txt

# Add .env file

# Run the app
    $ python manage.py runserver

Acknowledgements

  • This is a simple Todo application built with Django.
  • Apart from my previous todo app, you need to login to add todo in this project.
  • With this project i understand how to use Django to create forms and authenticate users.

Contact