Skip to content

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

Notifications You must be signed in to change notification settings

boredwolf001/django-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages