mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-06 12:29:37 +00:00
add makemigrations command for missing model scripts
This commit is contained in:
@@ -41,6 +41,7 @@ RUN python3 -m venv venv && \
|
|||||||
chown -R www-data:www-data /srv/webvirtcloud
|
chown -R www-data:www-data /srv/webvirtcloud
|
||||||
|
|
||||||
RUN . venv/bin/activate && \
|
RUN . venv/bin/activate && \
|
||||||
|
python3 manage.py makemigrations && \
|
||||||
python3 manage.py migrate && \
|
python3 manage.py migrate && \
|
||||||
python3 manage.py collectstatic --noinput && \
|
python3 manage.py collectstatic --noinput && \
|
||||||
chown -R www-data:www-data /srv/webvirtcloud
|
chown -R www-data:www-data /srv/webvirtcloud
|
||||||
|
|||||||
Reference in New Issue
Block a user