mirror of
https://github.com/c0de-archive/django-gallery.git
synced 2024-12-22 02:02:40 +00:00
88d195c207
This project will be to create an image gallery with support for private 'folders' as well as other ideas that I have
7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
cd /portal
|
|
#cp msmtprc /etc
|
|
sleep 1 # Hopefully enough for the database to start accepting connections
|
|
python manage.py migrate
|
|
python manage.py runserver 0.0.0.0:8000
|