-
Create a PostgreSQL 9.3 database
-
Create a file named
local_settings.py
inside thepssi
directory. The file content looks like this -DEBUG=True DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'LOCAL_DBNAME', 'USER': 'USERNAME', 'PASSWORD': 'PASSWORD', 'HOST': '', 'PORT': '' } } EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
-
Run
python manage.py syncdb
and create a superuser when prompted -
Run
python manage.py migrate
to apply pending migrations -
Run
python manage.py runserver
forked from pythonindia/pssi.org.in
-
Notifications
You must be signed in to change notification settings - Fork 0
Official PSSI website
vanishan/pssi.org.in
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Official PSSI website
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 61.0%
- Python 30.6%
- CSS 8.4%