Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 314 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 314 Bytes

Doodlify

installation progress

git clone https://github.com/mihf05/sketchify.git
cd Doodlify
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
py manage.py runserver

create admin

py manage.py createsuperuser

migrate

py manage.py migrate