Skip to content

Commit

Permalink
Adding a migration for new instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Sep 23, 2010
1 parent aa4de6a commit f711106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/06-default-site.sql
@@ -0,0 +1,2 @@
-- Add a default site.
INSERT INTO django_site (id, domain, name) VALUES (1, 'example.com', 'example.com');

0 comments on commit f711106

Please sign in to comment.