django-rest-angular2-example icon indicating copy to clipboard operation
django-rest-angular2-example copied to clipboard

A simple example of a Django REST app + Angular2

Results 5 django-rest-angular2-example issues
Sort by recently updated
recently updated
newest added

File "C:\Users\Admin\Downloads\django-rest-angular2-example\exampleapp\exampleapp\urls.py", line 16, in from django.conf.urls import url, include ImportError: cannot import name 'url' from 'django.conf.urls' (C:\Python310\lib\site-packages\django\conf\urls\__init__.py)

Bumps [django](https://github.com/django/django) from 1.11.28 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.0 to 3.11.2. Release notes Sourced from djangorestframework's releases. Version 3.9.3 This is the last Django REST Framework release that will support Python 2. Be sure to...

dependencies

I specifically opened your project to see how to do the csrf bits properly from angular2 to django. Alas there are no such bits here. Would you please add some...

help wanted

This will also help it be more easily deployed, ex. to S3, for those that want to do this. https://angular.io/docs/ts/latest/guide/webpack.html#!#configure-webpack

help wanted