added mysqlclient and djangorestframework
to reuirements
This commit is contained in:
parent
223c69ddd1
commit
d956f1aa52
@ -1,7 +1,7 @@
|
|||||||
{% if latest_migrations %}
|
{% if latest_migrations %}
|
||||||
<ul>
|
<ul>
|
||||||
{% for migration in latest_migrations %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
django
|
django
|
||||||
|
django-rest-framework
|
||||||
|
mysqlclient
|
||||||
Reference in New Issue
Block a user