I have a Django project that uses postgresql_psycopg2 as a d开发者_运维百科atabase. I would like to clear all data. Is there a simple way to do this?
django-admin.py flush
I have a Django project that uses postgresql_psycopg2 as a d开发者_运维百科atabase. I would like to clear all data. Is there a simple way to do this?
django-admin.py flush
精彩评论