diff --git a/settings.sql b/settings.sql index d345066..6766a0d 100644 --- a/settings.sql +++ b/settings.sql @@ -1,3 +1,3 @@ CREATE DATABASE django_contacts; CREATE USER djangouser WITH PASSWORD 'django'; -GRANT ALL PRIVILEGES ON DATABASE tunr TO djangouser; \ No newline at end of file +GRANT ALL PRIVILEGES ON DATABASE django_contacts TO djangouser;