django-girls / paulina-first-blog

Home Page:http://paulinaszczerbak.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

http://paulinaszczerbak.pythonanywhere.com/


Languages

Language:Python 71.4%Language:HTML 21.1%Language:CSS 7.5%