VasiliyBologov / SimpleDjangoProject

Simple django project for small web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple django project

##use that template for create small wep application

  • install python here
  • clone that repository
  • start cmd(for Windows)
  • go to repository folder
  • run "pip install -r requirements.txt"
  • don't fogot create your SECRET_KEY on settings file
  • run "python manage.py makemigrations"
  • run "python manage.py migrate"
  • run "python manage.py createsuperuser"
    • fill in the data to create a superuser
  • run "python manage.py migrate"
  • run "python manage.py runserver"

Done, your little web application is running at

Admin panel on :

About

Simple django project for small web app

License:Mozilla Public License 2.0


Languages

Language:JavaScript 52.8%Language:CSS 43.2%Language:Python 3.8%Language:HTML 0.2%