From 828298edbd0cd066ccd7688dca3384d64122cd85 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 31 May 2020 00:30:31 +0000 Subject: [PATCH] Mention old portal data import is optional --- apiserver/docs/source/dev.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apiserver/docs/source/dev.rst b/apiserver/docs/source/dev.rst index d1423fc..450c7b9 100644 --- a/apiserver/docs/source/dev.rst +++ b/apiserver/docs/source/dev.rst @@ -53,10 +53,11 @@ Now setup Django and run it: Django will now be running on port 8002, connect to localhost:8002 to test it. -Import Old Portal Data -++++++++++++++++++++++ +Import Old Portal Data (optional) ++++++++++++++++++++++++++++++++++ -Place ``old_portal.sqlite3`` in the same directory as ``manage.py``. +Place ``old_portal.sqlite3`` in the same directory as ``manage.py``. If you +don't have the old portal data, ignore this section. Place old member photo folders in ``old_photos/``, for example: ``old_photos/1685/photo.jpg``.