/SimpleDjangoProject

Simple django project for small web app

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

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 :