then i would suggest you to create simple profile management webapp, it would help you to understand more about model relationship and inheritance. but if you think its too easy, then creating rest api with drf not a bad idea imho
>> Links
- A Complete Beginner's Guide to Django - Part 1
Aamin
Any django experts here.......i want to discuss my requirements and want to know is that possible in django or not........As i don't know django and have to learn it and then implement the requirements.....so before investing any time in learning django just want to be sure.
Yes.. It wasn't helpful.. I opted to use material design straight from the cdn
Rajat
I have a Django server and I have data on the server. I have a client which is also based in Django.
Rajat
I need to make a graph out of the data I get as JSON from server by feeding the vertices and edges.
Rajat
What's the easiest way out to make a graph and plot it in the template?
Django Bot
>> Links
- The Django Book - Python Django Tutorials
Django Bot
>> Links
- How To Serve Django Applications with uWSGI and Nginx on Ubuntu 16.04 | Dig
- Django Tutorial Part 3: Using models - Learn web development | MDN
Django Bot
>> Links
- Reversing admin URLs in Django | en.proft.me
What kind of Linux O.s can i use as a beginner to linux?
Anonymous
Good evening, someone has made a rest API (using django rest framework) with social network authentication (Oauth)? If so, did you use a library for the Oauth or recommend one? Thanks!!
Hello, a question: should the admin available as admin namespace or I must add it explicitly?
raise NoReverseMatch("%s is not a registered namespace" % key)
django.urls.exceptions.NoReverseMatch: 'admin' is not a registered namespace