Skip to content

Django react#47

Merged
deshraj merged 11 commits intomasterfrom
django-react
Jul 6, 2017
Merged

Django react#47
deshraj merged 11 commits intomasterfrom
django-react

Conversation

@AvaisP
Copy link
Copy Markdown
Member

@AvaisP AvaisP commented Jul 6, 2017

Translates the entire backend from node to Django using django, django rest framework and channels

AvaisP added 10 commits June 22, 2017 00:18
* Django Channels + React along with API translation

* Allow modifying demos

* Bug fix: Modify demos

* Bug fix: Save number of components in a demo

* Render demo component

* Allow communication between demo and lib

* Removed unnecessary logging

* Removed unnecassary print statements

* Support to add root user

* Removed unwanted files

* Tests for demo and components

* Tests for permalink

* Fix PEP8 errors

* Formatted using prettier

* Add socialapp with rootsettings

* Remoeved print statements

* Modified update instructions

* Configured travis

* Fixed import for python 3

* Fixed python3 errors

* Linked to docs

* Update README.md

* Modified gitignore

* Modified Readme

* Added csrf token

* Modified travis

* Replace camelCase with underscores

* Replace Json/HttpResponse with DRF Response and status code

* Modified readme

* camelCase socket events

* Don't delete modify user on login

* Uses permalink serializer

* Use component serializers

* Always modify rootsettings

* Drop field 'id' from components

* Send Json not found instead of empty dict

* Import only required classes

* Added new line
}
};

module.exports = config No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a newline here.

api/admin.py Outdated
admin.site.register(InputComponent)
admin.site.register(OutputComponent)
admin.site.register(RootSettings)
admin.site.register(Permalink) No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a newliner here.

<body>
{% block main %}{% endblock %}
</body>
</html> No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a newline here.

modulesDirectories: ['node_modules', 'bower_components'],
extensions: ['', '.js', '.jsx']
},
} No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add newline here.

@deshraj deshraj merged commit 683de6b into master Jul 6, 2017
@AvaisP AvaisP deleted the django-react branch September 19, 2017 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants