Anonymous
one side is my error and other is my code
Anonymous
use hastebin to post whole log
Anonymous
ok
Anonymous
hastebin.com
Anonymous
sure
Anonymous
path issue
Anonymous
add the path to urls
Anonymous
Means can't get it
Anonymous
add it in project urls
Anonymous
not apps urls
Anonymous
Right now I didn't make any apps
Anonymous
It's a project
Anonymous
define it in ulrs also
Anonymous
urlpatterns = [
Anonymous
I already done
Anonymous
That
Anonymous
path('', views.homepage, name='home'),
Anonymous
]
Anonymous
go read django docs
Anonymous
perhaps you miss something
Anonymous
you are new to it
Anonymous
Yeah
Anonymous
https://docs.djangoproject.com/en/2.0/intro/tutorial01/
Anonymous
start from here ^
Anonymous
Ok
Someone
inchidi
inchidi
inchidi
coz with apache there is an issue where you need to add config WSGIPassAuthorization On iirc
Someone
Someone
Someone
Django Bot
>> Jobs
- Python Django Developer
>> Links
- Chris Bartos - How to Organize Your Models
- Storing private files on Amazon S3 with Django and giving authorised users
Someone
https://pastebin.com/G6B3kjAV
Someone
https://pastebin.com/G6B3kjAV
I am trying to do nested serialization with backward relationship... but am getting attribute error... what am doing wrong?
Someone
@inchidi am stuck on this error for 4 hours now.. waiting for your reply ..
Someone
?
Django Bot
>> Links
- How to move a model between two Django apps
inchidi
inchidi
not something like this right?
{
"goal": {
"goal_description": "sample",
"assessment_frequency": "sample",
"pdr_id":1
},
"description": "sample"
}
Someone
Someone
{
"goal_description": "sample",
"assessment_frequency": "sample",
"pdr_id":1
"milestone" : {
{
"id":1
"description": "sample"}
{
"id":2
"description": "sample"
}}
}
Someone
Django Bot
>> Links
- Handling EC2 ELB health checks and Django's ALLOWED_HOSTS setting.
Someone
Is there a way to filter models with json response ?
Someone
I am getting json data from a api... like [{"emp_id":1},{"emp_id":2}] .... i have to filter a model if its emp field has data from json... if a model has object with emp as 1 and 3.. when i filter i need 1 alone as 1 is on json
Someone
Is this possible?
Django Bot
>> Links
- Building APIs with Django and Django Rest Framework
Someone
?
Abhi
SELECT end_time - start_time, count(*) FROM chat_chatsession GROUP BY date(start_time);
Abhi
is the query syntaxt correct ?
Abhi
start_time and end_time are two columns in database chat_chatsession
Django Bot
>> Links
- django-tastypie/django-tastypie: Creating delicious APIs for Django apps si
- Setting up Django and your web server with uWSGI and nginx — uWSGI 2.0 docu
- django-speedbar: Instrumentation for django page loads
- A Simple Recipe for Django Development In Docker (Bonus: Testing with Selen
Someone
Someone
Is this possible?
I cannot find ans for this in google too.. am stuck here.. 😔
Sarath
Hi, is there any datetime format conversion classes in django...
I have to convert datetime for insert in postgres database
Someone
Someone
Django Bot
>> Links
- python - saving related nested object in Django Rest Framework - Stack Over
- Building a combined stream of recent additions using the Django ORM
- 推荐 10 个 django 开发过程中比较好用的第三方包 - V2EX
Luis
mohamed
Batman:
Batman:
How to get BTC Value in koinex.in api👇👇
https://koinex.in/api/ticker
Someone
mohamed
I can't get value from this site
Someone
Show ur code
mohamed
Wait bro
Django Bot
>> Links
- Django/Rails cheat sheet – Yeray Diaz – Medium
Someone
Koinex API doesn't have "www." in their endpoint. Its "https://koinex.in/api/ticker"
Someone
Django Bot
>> Links
- Custom Database Constraints in Django | Fusionbox
Anonymous
in
django.template.loader
render_to_string()
function doesn't display
{%csrf_token%}
the result is blank when printed out. How can this be fixed. Am using Django 2.0.3
Django Bot
>> Links
- Building APIs with Django and Django Rest Framework — Building API Django 2
Django Bot
>> Blogs
- Writing A New Blog Engine
>> Links
- GitHub - lambsteak/usefulpython: Codebase for UsefulPython.com - a Django p
Val
Hey guys I've a quick question: I'm building an app where businesses can connect. But I'm still confuse in how I will structure my model. Because I want to be able to filter each businesses by it respective location and category. Any thoughts guys on how I can accomplish this?
inchidi
inchidi