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 .
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-atc-profile-storage-0.1.3.tar.gz.
File metadata
- Download URL: django-atc-profile-storage-0.1.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eea916887a43ae590e7a4fde974ede9d49dc4febb74b6a4094759b0a7c1381c
|
|
| MD5 |
3c3870a1f42bc59c3c4911465bc40652
|
|
| BLAKE2b-256 |
3180058f3e145cd2a2106f3b0b34e8643791f30104d93d85d8f75611f80e70b2
|
File details
Details for the file django_atc_profile_storage-0.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: django_atc_profile_storage-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
814d638a434c88a3ca1c0d47932416bc96b6dbedd47b61b562e8570145ee9fc8
|
|
| MD5 |
febc549d92748d676d2be38e1a49f9d9
|
|
| BLAKE2b-256 |
a2f546ee5742226b101050c1ea9543e8bf55c0a04a1d94695168c3deebe221b3
|