Re: 'WSGIRequest' object has no attribute 'user'

2018-01-14 Thread harsh sharma
thanks Etienne , The problem is solved On Monday, December 25, 2017 at 10:25:34 AM UTC+5:30, harsh sharma wrote: > > i am getting this error when ever i try to run localhost/admin > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To

How to get two django rest framework to communicate with each other

2018-01-14 Thread cherngyorng
So i have 2 django project. Both have its seperated database and table. I create the django rest framework api for both project but i want both of them to communicate with each other. In django 1 is about the social media and medical record app API. In django 2 is a clinic app API where the

django rest framework display authtoken model in API view

2018-01-14 Thread cherngyorng
Is it possible to display the authtoken model in api json view with all its function ? As i am using django rest framework token authentication by djoser, there is a authtoken model created to store the token. Is it possible to view it in the api view ? Since right now i can only see it in djan

Designing templates for database application

2018-01-14 Thread rich
I've developed database applications before but this is my first attempt to use Django. I'm building a client management system for my own use and would like to see examples of templates for this purpose. It's not a blog or document-heavy app, but consists of tables (the schema's written) for c

Re: How do I exactly change from SQLite to MySQL ?

2018-01-14 Thread sum abiut
You can install mysql on your local machine and then later migrate your db to Heroku, will be much easy. On Mon, Jan 15, 2018 at 1:09 AM, Daniel Cîrstea wrote: > Hello. I am new to Django and I am trying to use it for my bachelor > thesis. Thing is, I want to use MySQL insted of SQLite. How do

Re: Testing

2018-01-14 Thread yingi keme
Yes it does post Yingi Kem > On 14 Jan 2018, at 10:07 PM, Rich Shepard wrote: > > I've not received messages from this mail list since last summer. I now > have a need to communicate with others and learned that I'm still subscribed > so I want to learn if this message posts and is sent back t

Testing

2018-01-14 Thread Rich Shepard
I've not received messages from this mail list since last summer. I now have a need to communicate with others and learned that I'm still subscribed so I want to learn if this message posts and is sent back to me by the MLM. Rich -- You received this message because you are subscribed to the G

How do I exactly change from SQLite to MySQL ?

2018-01-14 Thread Daniel Cîrstea
Hello. I am new to Django and I am trying to use it for my bachelor thesis. Thing is, I want to use MySQL insted of SQLite. How do I exactly do it.. I can't find a step-by-step tutorial on the internet. Also, I want to deploy project later on Heroku. Can I work on SQLite on local machine and th