-
Hi, I want to use DCRF for a personal project, but I don't know how can I start using this framework, for example, what I have to write in my settings.py and topics related. Mainly because there are no videos or posts that explain this framework. It would be great if you could provide me with some help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The best thing to do is to start out with the Channels tutorial https://channels.readthedocs.io/en/stable/tutorial/index.html for DCRF you do not need to set up anything in your settings files, just install the package and use it when building your consumers. See https://djangochannelsrestframework.readthedocs.io/en/v1.0.0/tutorial/part_1.html |
Beta Was this translation helpful? Give feedback.
-
@hishnash I think a simple full example project that uses DCRF would be a really helpful resource/ reference for users of this project. Maybe if the tutorial was hosted on a GitHub repo? |
Beta Was this translation helpful? Give feedback.
The best thing to do is to start out with the Channels tutorial https://channels.readthedocs.io/en/stable/tutorial/index.html for DCRF you do not need to set up anything in your settings files, just install the package and use it when building your consumers. See https://djangochannelsrestframework.readthedocs.io/en/v1.0.0/tutorial/part_1.html