Skip to main content

ATC Profile storage app

Project description

# ATC Profile Storage

ATC Profile Storage is a Django app that allows to store predefined ATC profiles in DB.

## Requirements

* [Django 1.7](https://github.com/django/django)
* [atc_api](../django-atc-api)

`ATC Profile Storage` depends on `ATC API` so make sure you have installed and configured [ATC API](../django-atc-api) first.

## Installation

The easiest way to install `django-atc-profile-storage` is to install it directly from [pip](https://pypi.python.org/pypi).

### From pip
```bash
pip install django-atc-profile-storage
```

### From source
```bash
cd path/to/django-atc-profile-storage
pip install .
```

## Configuration

1. Add `atc_profile_storage` to your `INSTALLED_APPS`' `settings.py` like this:
```python
INSTALLED_APPS = (
...
'atc_profile_storage',
'rest_framework',
)
```

2. Include the `atc_profile_storage` URLconf in your project `urls.py` like this:
```python
...
url(r'^api/v1/profiles/', include('atc_profile_storage.urls')),
...
```

3. Migrate the Django DB:
```bash
python manage.py migrate
```

4. Start the development server
```bash
python manage.py runserver 0.0.0.0:8000
```

5. Visit http://127.0.0.1:8000/api/v1/profiles .

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-atc-profile-storage-0.1.4.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_atc_profile_storage-0.1.4-py2.py3-none-any.whl (7.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-atc-profile-storage-0.1.4.tar.gz.

File metadata

File hashes

Hashes for django-atc-profile-storage-0.1.4.tar.gz
Algorithm Hash digest
SHA256 e585f3a6743e1d5a2b16c5d67483877dbfabc286586a48aafb33e3b09621238c
MD5 d85426fb109b3af5ffccfb65e143ef35
BLAKE2b-256 0fcf58ebc0d16228c502f7ebf200518061bfad645f94e8c41abc0269c2fbac8b

See more details on using hashes here.

File details

Details for the file django_atc_profile_storage-0.1.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_atc_profile_storage-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 872e7739b00a57d810f635de9596fd93c12451884975bf0a272e008b1f651471
MD5 83b44b2a2abca89189b9f0a0ba8c779c
BLAKE2b-256 4a02e8221ff09dbbac3e8d78e548adb66c5bc03b59cd6a688fbcd10035ac7e70

See more details on using hashes here.

Supported by

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