Skip to content

Commit

Permalink
Inintial Garuda code
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilipsiva committed Jul 21, 2018
1 parent 24bd25b commit e67957a
Show file tree
Hide file tree
Showing 23 changed files with 1,025 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
django = "*"
garuda = {editable = true, path = "."}
orm-choices = "*"
inflect = "*"

[dev-packages]
neovim = "*"
django-extensions = "*"
ipdb = "*"

[requires]
python_version = "3.7"
229 changes: 229 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added garuda/__init__.py
Empty file.
Empty file added garuda/management/__init__.py
Empty file.
Empty file.
Loading

0 comments on commit e67957a

Please sign in to comment.