/django-starter

A starter kit for django with authentiction, profile images, static files

Primary LanguagePython

Django Starter Kit ⭐

Django logo

A starter kit for django with authentiction, profile images, static files

  1. Clone this repository

    git clone https://github.com/manethyethmin/django-starter.git django-starter

  2. Intall dipendencies

    • virtualenv env
    • env\scripts\activate
    • pip install -r requirments.txt
  3. Rename the project

    python manage.py renameproject starter {newname}

  4. Make migrations

    python manage.py makemigrations

  5. Migrate the database

    python manage.py migrate

  6. Run the server and look at that! 🚀

    python manage.py runserver