Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

webknjaz/webchallenge-ato-children

Repository files navigation

webchallenge-ato-children

Provide ATO victims' children with gifts for the St. Nicholas Day

HOWTO

Make sure you have node of version 4.0.0+ or higher. You may use nvm to install it in user space. Also you need python of version 3.4+.

Create ato_children/local_settings.py with the following contents:

import os
BASE_DIR = os.path.dirname(os.path.dirname(__file__))

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
    }
}

DEBUG = True

INSTALLED_APPS = (
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'ato_children',
    'django_extensions',
)

Once it's ready, just run:

$ make dev

You may create superuser as follows:

$ ./manage.py createsuperuser

About

Provide ATO victims' children with gifts for the St. Nicholas Day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages