Update .gitignore
This commit is contained in:
parent
8fe6e4856e
commit
8e16de5d8f
2 changed files with 10 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,4 +11,4 @@ settings.json
|
||||||
# Django and Python
|
# Django and Python
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
.pytest_cache/*
|
.pytest_cache/*
|
||||||
*/.mypy_cache/*
|
.mypy_cache
|
||||||
|
|
|
@ -94,7 +94,7 @@ Add links to your site's navigation system:
|
||||||
<a href="{% url 'todo:lists' %}">Todo Lists</a>
|
<a href="{% url 'todo:lists' %}">Todo Lists</a>
|
||||||
<a href="{% url 'todo:mine' %}">My Tasks</a>
|
<a href="{% url 'todo:mine' %}">My Tasks</a>
|
||||||
|
|
||||||
django-todo makes use of the Django `messages` system. Make sure you have something like [this](https://docs.djangoproject.com/en/2.0/ref/contrib/messages/#displaying-messages) in your `base.html`.
|
django-todo makes use of the Django `messages` system. Make sure you have something like [this](https://docs.djangoproject.com/en/2.0/ref/contrib/messages/#displaying-messages) (link) in your `base.html`.
|
||||||
|
|
||||||
Log in and access `/todo`!
|
Log in and access `/todo`!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue