Skip to content

devcroo/django_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_blog

A simple blogging tool written using Django

Setup

  1. Install postgresql
  2. Install psycopg (Python Postgres Adapter)
  3. In postgresql.conf:
client_encoding = 'UTF8'
default_transaction_isolation = 'read committed'
timezone = 'UTC' 
  1. In django_blog/settings.py
  • set TIME_ZONE to your timezone
  • change user and password to your postgresql user and pass
  • add settings.py to your .gitignore file, or else there might be DB conflicts with different usernames/passwords
  1. python manage.py syncdb
  2. python manage.py sql blog

About

A simple blogging tool written using Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages