A starter kit for django with authentiction, profile images, static files
-
Clone this repository
git clone https://github.com/manethyethmin/django-starter.git django-starter
-
Intall dipendencies
virtualenv env
env\scripts\activate
pip install -r requirments.txt
-
Rename the project
python manage.py renameproject starter {newname}
-
Make migrations
python manage.py makemigrations
-
Migrate the database
python manage.py migrate
-
Run the server and look at that! 🚀
python manage.py runserver