File | Date | Author | Commit |
---|---|---|---|
base | 2021-12-13 |
![]() |
[3d854c] add profile |
todo | 2021-11-17 |
![]() |
[99a981] chore: minor changes |
.gitattributes | 2021-10-21 |
![]() |
[b4f3a2] Initial commit |
.gitignore | 2021-10-27 |
![]() |
[bebe85] Fixed bugs |
LICENSE.md | 2021-11-17 |
![]() |
[e7646d] chore: update readme and add licanse |
Pipfile | 2021-11-20 |
![]() |
[963ccd] feat: add pipenv |
Pipfile.lock | 2021-11-20 |
![]() |
[963ccd] feat: add pipenv |
Procfile | 2021-11-03 |
![]() |
[1cb650] The first time |
README.md | 2021-11-19 |
![]() |
[4c0008] Update |
manage.py | 2021-10-21 |
![]() |
[b4f3a2] Initial commit |
requirements.txt | 2021-11-05 |
![]() |
[6d63dc] chore: rename requirenments.txt to requirements... |
runtime.txt | 2021-11-03 |
![]() |
[1cb650] The first time |
Hey everyone!😊
This TaskMaster was created in order to help you keep your busy life in order!
Technology used: Python 3.9, Django 3, CSS, HTML
I would be more than happy if you could help me with this project!
Link to our web-app: https://todo-vladislava.herokuapp.com/
Join us!
Our Facebook: https://www.facebook.com/groups/295736722419986
Our Twitter: https://twitter.com/VlaDis005
Create the environments file:
console
foo@bar: TaskMaster $ python3 -m venv ./.venv/
Migrate:
console
foo@bar: TaskMaster $ python3 manage.py migrate
Run server:
console
foo@bar: TaskMaster $ python3 manage.py runserver
Create the Heroku app:
console
foo@bar: TaskMaster $ heroku create
Push repository to Heroku:
console
foo@bar: TaskMaster $ git push heroku main
Migrate:
console
foo@bar: TaskMaster $ heroku run python manage.py migrate
Created by @vladislava05 and @stonedch