added mysqlclient and djangorestframework

to reuirements
This commit is contained in:
benjamyn 2020-10-20 00:59:52 -04:00
parent 223c69ddd1
commit d956f1aa52
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{% if latest_migrations %}
<ul>
{% for migration in latest_migrations %}
<li><a href=>{{ migration.booked_time }}, {{ migration.migration_status }}</a></li>
<li><a href=>{{ migration.booked_time }}, {{ migration.migration_status }}, {{ migration.domain }}</a></li>
{% endfor %}
</ul>
{% else %}

View File

@ -1 +1,3 @@
django
django-rest-framework
mysqlclient