Skip to content

Projeto base em Django para o curso Jenkins Pipeline da Alura

Notifications You must be signed in to change notification settings

claramilanez/jenkins-todo-list

 
 

Repository files navigation

django-todolist

A simple todolist write in django for general use and pipeline automation..

  • Be kind with my baby

Quick and free tip:

With great power comes great responsibility

Tech

Dillinger uses a number of open source projects to work properly:

  • [Django] - Django makes it easier to build better Web apps more quickly and with less code.
  • [Python-Venv] - The venv module provides support for creating lightweight “virtual environments” with their own site directories
  • [MySQL] - MySQL is an Oracle-backed open source relational database management system (RDBMS) based on Structured Query Language (SQL).

Installation

Install the dependencies and start the server.

$ cd django-todolist
$ pip install -r requirements.txt
$ python manage.py migrate # Running the migrations
$ python manage.py createsuperuser # Create a superuser
$ python manage.py runserver

License

GPL

About

Projeto base em Django para o curso Jenkins Pipeline da Alura

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.3%
  • HTML 26.2%
  • CSS 5.5%
  • Dockerfile 3.0%