Skip to content

Small Webpage to play around with and learn Django

Notifications You must be signed in to change notification settings

batcapricorn/pk_webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple homepage that can be used for blogging

License

Yet to come

Development Setup

git clone git@github.com:lukasboehm97/pk_webpage.git
cd pk_webpage
apt install python3-venv
python3 -m venv .venv
source .venv/bin/activate
pip install django
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

Small Webpage to play around with and learn Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published