# ATC Profile Storage
ATC Profile Storage is a Django app that allows to store predefined ATC profiles in DB.
## Requirements
* [Django 1.10](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 .
ATC Profile Storage is a Django app that allows to store predefined ATC profiles in DB.
## Requirements
* [Django 1.10](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 .
Release files for django-atc-profile-storage 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-atc-profile-storage-0.1.6.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_atc_profile_storage-0.1.6-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 11.1 kB
Release files / django-atc-profile-storage-0.1.6.tar.gz
| Download URL | django-atc-profile-storage-0.1.6.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e83a5b0ce4d520716304200178caafd3b4850bcec390ed9d5d8cc2ae4fab00a9
|
|
BLAKE2b-256 checksum How to use checksums |
3030b04600f13520e4905f21333bdbd24a3a4123e25f4a4fa1dbf81f0d92114e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_atc_profile_storage-0.1.6-py2.py3-none-any.whl
| Download URL | django_atc_profile_storage-0.1.6-py2.py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
98955d61b7ae77e4b9134626ee10089149e166fb9e3e456848f907d470a74f32
|
|
BLAKE2b-256 checksum How to use checksums |
16f06d4a83b3f49a8d1d8e20c95b56c874bf25d5ca056270fe3702bf8b6c8cc0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |