Skip to content
This repository was archived by the owner on Aug 28, 2018. It is now read-only.

Commit 06fc977

Browse files
author
Miodrag Seslija
authored
Merge pull request #4 from ninech/version-0.0.3
Version 0.0.3
2 parents 9ed9745 + 5dee17f commit 06fc977

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ django-netbox-graphql
33
=====
44

55
Netbox-Graphql is a simple Django app which provides a GraphQL API for Netbox.
6+
This module is dockerized and **development of it is still in progress**. Netbox's circuit module with all it's models are covered.
7+
For this part of app you can CRUD operations.
8+
9+
Available Models for CRUD
10+
------------------------
11+
* CIRCUITS
12+
* Provider
13+
* Circuit
14+
* CircuitType
15+
* CircuitTermination
616

717
Build package (optional)
818
------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='django-netbox-graphql',
12-
version='0.0.2',
12+
version='0.0.3',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='MIT',
@@ -42,4 +42,4 @@
4242
'graphene-django>=1.0',
4343
'django-filter>=1.0.2',
4444
],
45-
)
45+
)

0 commit comments

Comments
 (0)