https://github.com/iamthiagoo/jenkins-todo-test
Just a jenkins app test :)
https://github.com/iamthiagoo/jenkins-todo-test
jenkins python
Last synced: 5 months ago
JSON representation
Just a jenkins app test :)
- Host: GitHub
- URL: https://github.com/iamthiagoo/jenkins-todo-test
- Owner: iamThiagoo
- Created: 2023-12-12T03:31:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T03:38:11.000Z (over 1 year ago)
- Last Synced: 2024-12-18T06:33:26.816Z (7 months ago)
- Topics: jenkins, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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