Skip to main content

A Django app to administrate partner

Project description

================= Partner

A Django app to create partners.

Quick start

  1. Install artd_location and add to your INSTALLED_APPS like this:

     INSTALLED_APPS = [
         ...
         'artd_location',
     ]
    
  2. Run python manage.py migrate to create the cities models.

  3. run python manage.py create_countries to create the countries.

  4. run python manage.py create_regions to create the regions.

  5. run python manage.py create_cities to create the cities.

  6. Add "artd_partner" to your INSTALLED_APPS setting like this:

     INSTALLED_APPS = [
         ...
         'artd_partner',
     ]
    
  7. Run python manage.py migrate to create the Partner models.

  8. Start the development server and visit http://127.0.0.1:8000/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

artd-partner-0.0.1.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

artd_partner-0.0.1-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

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