Dineshs91 / test_blog

Blog using django
0 stars 1 forks source link

Move all database based calls to a separate file. #6

Closed Dineshs91 closed 10 years ago

Dineshs91 commented 10 years ago

Instead of writing all the database related code in views.py, we can separate that code into a different file.

Dineshs91 commented 10 years ago

Database related code moved to services.py.