Skip to content

django-girls/dagmara-first-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-first-blog

This is ReadMe file for this repository. You can write here details about setup, commands, deployment etc.

Installation

  • Install Django: pip install Django
  • Install WhiteNoise: pip install whitenoise
  • etc...

Commands

  • Shell: python manage.py shell
  • Make migrations: python manage.py makemigrations
  • Migrate: python manage.py migrate
  • Run: python manage.py runserver 0.0.0.0:8000
  • Prepare static files: python manage.py collectstatic
  • etc...

Deployment

This file regulary is updated through project development.

Releases

No releases published

Packages

 
 
 

Languages

  • Python 70.8%
  • HTML 20.8%
  • CSS 8.4%