Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeff-pedro/jenkins-todo-list
https://github.com/jeff-pedro/jenkins-todo-list
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeff-pedro/jenkins-todo-list
- Owner: jeff-pedro
- Created: 2020-05-06T20:22:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:32:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:14:01.455Z (about 1 month ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-todolist
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.
```sh
$ 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