Skip to content

Commit

Permalink
docs (git): Add admin panel image
Browse files Browse the repository at this point in the history
  • Loading branch information
mehran-rahmanzadeh committed Aug 18, 2021
1 parent 0f05a54 commit 92abbb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ class TestModelAdmin(IranianCitiesAdmin):
pass
```

![Admin](https://github.com/sageteam-org/django-iranian-cities/blob/master/docs/images/admin.jpg?raw=true)

## Git Rules

S.A.G.E. team Git Rules Policy is available here:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
packages=find_packages(exclude=['tests*']),
package_data={'iranian_cities/data': ['*.txt']},
include_package_data=True,
version='1.0.1',
version='1.0.2',
description='Iranian cities support for Django',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 92abbb8

Please sign in to comment.