Releases: ahmad88me/django-rest-gen
Releases · ahmad88me/django-rest-gen
v0.1.2
- Fix the imports when the app path and settings are automatically detected
v0.1.1
- Detect apppath automatically
- Detect settings path automatically
v0.1.0
- Add tests
- change package name from
django-rest-gen
to django_rest_gen
- Polish the prints
v0.0.5
- Add
fields = '__all__'
to the serializers which is required in the new version of django rest APIs
v0.0.4
- Generate
admin.py
- Refactor
v0.0.3
- Generate the urls for the views
- Refactor the code
v0.0.2
- use the path of the app
apppath
instead of the models and serializers paths.