Skip to main content

A simple Django app with extended User model

Project description

=====
Keoh User Profile
=====

Keoh User Profile is a very simple app to use extended version of Django
User model.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "user_profile" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'user_profile',
)
2. Add this to your settings.py file::

AUTH_USER_MODEL = 'user_profile.UserProfile'

3. Run `python manage.py syncdb` to create the user-profile models.::

python manage.py syncdb

Or if you are using South, create migrations::

python manage.py schemamigration user_profile --initial

and migrate::

python manage.py migrate user_profile

4. Start the development server and visit http://127.0.0.1:8000,
you need to create a superuser like this::

python manage.py createsuperuser

5. Visit http://127.0.0.1:8000/admin to view the new app in Django Admin

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-userprofile-0.0.2.tar.gz (4.4 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