Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

YannikG/django-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Django Demo Application

Simple "Blog"-example build with Django to help anyone to get started with this wonderful framework.

Setup and start

  • Clone project
  • Create SQLite database inside /demo
  • Create and activate virtual env using "python3 -m venv venv" and "source venv/bin/activate "
  • Install Django with "pip3 install django" (later you could use the requirement.txt file)
  • Migrate the Database with "python3 demo/manage.py migrate"
  • Create superuser with "python3 demo/manage.py createsuperuser"
  • Run the application with "python3 demo/manage.py runserver"
  • Navigate to "/admin" in your browser and login with your credentials you entered previously.
  • Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published