Skip to main content

A simple Django app to create shops

Project description

#Keoh Store

Keoh Store is a very simple app create a store with Django

##Quick start

  1. Add “user_profile” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'kstore',
    )
  2. Run python manage.py syncdb to create the kstore models:

    python manage.py syncdb
  3. Visit http://127.0.0.1:8000/admin to view the new app in Django Admin

##Details

This application is under developmen, don`t use it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-keoh-kstore-0.0.2.tar.gz (15.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page