Skip to content

Releases: ahmad88me/django-rest-gen

v0.1.2

24 Apr 19:58
Compare
Choose a tag to compare
  • Fix the imports when the app path and settings are automatically detected

v0.1.1

24 Apr 13:27
Compare
Choose a tag to compare
  • Detect apppath automatically
  • Detect settings path automatically

v0.1.0

23 Apr 18:12
Compare
Choose a tag to compare
  • Add tests
  • change package name from django-rest-gen to django_rest_gen
  • Polish the prints

v0.0.8

19 Sep 19:43
Compare
Choose a tag to compare
  • Generate root api view

v0.0.7

19 Sep 15:05
Compare
Choose a tag to compare

v0.0.5

17 Sep 18:29
Compare
Choose a tag to compare
  • Add fields = '__all__' to the serializers which is required in the new version of django rest APIs

v0.0.4

17 Sep 18:06
Compare
Choose a tag to compare
  • Generate admin.py
  • Refactor

v0.0.3

17 Sep 17:41
Compare
Choose a tag to compare
  • Generate the urls for the views
  • Refactor the code

v0.0.2

16 Sep 16:21
Compare
Choose a tag to compare
  • use the path of the app apppath instead of the models and serializers paths.

v0.0.1

16 Sep 16:13
Compare
Choose a tag to compare

Initial Version