Skip to content

dbarchowsky/django-work-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Clients

Work Clients is a Django app for managing work projects information.

Installation

npm install https://s3-us-west-2.amazonaws.com/nrose-django-packages/django-work-clients-0.1.1.tar.gz (or .zip)

Usage

  1. Add work_clients to INSTALLED_APPS setting:
# yourapp/settings.py
# ...
    INSTALLED_APPS = (
        ...
        'work_clients',
    )
  1. There are no front-end URLs defined for the package.
  2. Run python manage.py migrate to create the contact info models.
  3. Start the development server and visit http://127.0.0.1:8000/admin/ to create an address (you'll need the Admin app enabled).
  4. Intended as a way to quickly share and maintain consistent work client models across Django web applications.

About

Django module for maintaining work client information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages