https://github.com/zeroniki/todo-django
https://github.com/zeroniki/todo-django
boostrap css django-todo django-todoapp html5 javascript linux python python3 semanticui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeroniki/todo-django
- Owner: ZeroNiki
- Created: 2023-06-02T12:34:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T06:48:18.000Z (about 3 years ago)
- Last Synced: 2026-01-03T14:38:13.761Z (5 months ago)
- Topics: boostrap, css, django-todo, django-todoapp, html5, javascript, linux, python, python3, semanticui
- Language: JavaScript
- Homepage:
- Size: 21.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do web app
[](https://youtu.be/f8KZJjuLEwI)
Written on:
* python 3
* Django
* HTML
* CSS
* Boostrap
________________________
! Be careful when redacting the .env file
# Starting via terminal (GNU/Linux)
First, let's create a virtual environment in python via the terminal:
```
python3 -m venv venv
```
then run the virtual environment:
```
source venv/bin/activate
```
running the virtual environment download the dependencies:
```
pip install -r requirements.txt
```
Running:
Go to the todoapp directory and run the file manage.py:
```
python3 manage.py runserver
```
click on link (default): http://127.0.0.1:8000/