Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 12 months ago.
Improve this question
I am making a website, and i want to add an extension for it, like users.example.com. I have searched a lot and came up with nothing. Would I have to create a whole new website, or is there something else that I could do?
It is not a part of Django. You should define it in nginx configuration for your sub domain names and its routing.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
Hi I'm trying to catch the change in the paperclip of my computer with the library pyperclip something same as
url=pyperclip.paste()
I want to create a thread which can append all the urls into a list my script, but I don't know how to could I do it
Thanks for your time and help c:
Did you check the documentation or the source code at all? That's all I did. pyperclip supports waitForPaste and waitForNewPaste methods that can do this.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Is there any known way to do realtime collaboration stuff (like Google Docs) in Python (not thru the browser)? I'm working on a program, and would like to add said feature to it.
Thanks
You can try Dweet, which is a service that stores JSON data in key values pairs. You can use one of the client libraries listed on their website or you could simply make a request like so:
urllib.urlopen('https://dweet.io/dweet/for/my-thing-name?dweet=awesome')
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Is it possible to add new customized module in openerp? How can we add new module and how to handle database for new module?
what are prerequisites for openerp customization?
Are there any demerits by openerp customization? if there can you please list them for me?
What should I want to learn for customization?
Go through http://blog.openerp4you.in/2013/06/how-to-create-module-in-openerp.html link. They have given easy explaination :)
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am new in ember.js and django.
I have done with django API using rest-framwork authentication means at the back-end side my api is working fine with authentication.
Now I have to authenticate from front end side using ember. Please tell me how to do ?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I've Googled around a bit, but can't find much. This seems rather out of date, and doesn't provide any examples. Is this possible? Should I just shut up and learn C already?