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