Skip to content

SMarkus27/django_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ A Django ToDo πŸš€

A ToDo Django/python, create,edit and delete tasks.

Layout

How to run this repo: πŸš€

# Clone this repo
$ git clone git@github.com:SMarkus27/Django-ToDo.git

# Open the project folder in the terminal/cmd
$ cd Django-ToDo

# Open the ToDo folder
$ cd ToDo

# Run the command to create a virtualenv:
$ python -m pip venv todo

# Activate the venv:
$ source todo/bin/activate

# Install all dependencies in the requeriments.txt file.
$ pip install -r requeriments.txt

# Run the command to activate the application:
$ python manage.py runserver

# The server starts at the port:8000 - go to http://127.0.0.1:8000 

Tech Stack:

  • HTML5
  • CSS3
  • Django/Python
  • SQLite
πŸ“ License

This project is under license MIT.

Made by Marcus Vinicius πŸ‘‹πŸ½ Get in touch!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published