I am not using either of those, I think. The only place I explicitly load
settings is in wsgi.py, with the line:
os.environ[‘DJANGO_SETTINGS_MODULE’] = ‘travel data.settings'
On Thu, 9 Dec 2021 at 12:52, Jason wrote:
>
> with your settings usage, are you defining a property in settings and
> try
This seems to be referring to a Microsoft app
(https://www.thereportviewer.com/) that has nothing to do with Django.
You can, of course, use Django to build a web page that looks similar to
this, assuming you have access to the underlying database.
On Tuesday, 14 December 2021 at 16:01:39 UTC+2
DJ, Please can you send the invoice for Team.
Will send it for payment.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.co
I am using django 4.0 with Apache and mod_wsgi. Whenever I try request the
site through apache, I get the following error:
[Wed Dec 15 14:51:59.385259 2021] [wsgi:info] [pid 15535:tid
140431892707072] [remote 127.0.0.1:44654] mod_wsgi (pid=15535,
process='traveldata', application='127.0.1.1|'):
Used libapache2-mod-wsgi-py3 instead of python 2 version
On Wednesday, 15 December 2021 at 10:03:27 UTC Kyle Paterson wrote:
> I am not using either of those, I think. The only place I explicitly load
> settings is in wsgi.py, with the line:
> os.environ[‘DJANGO_SETTINGS_MODULE’] = ‘travel data.
hello my dear friends
just would like to know how to install Django using pip install Django==4.0
well this code wasn't working for me and being the first time user of both
python and Django, feeling bit confused so could u guys help me out.
--
You received this message because you are subscri
It seems that you don't have permission to execute your wsgi.py file or the
filepath is incorrect.
Suggestion: Why don't you use nginx + gunicorn?
On Wed, 15 Dec 2021 at 23:05, Kyle Paterson
wrote:
> I am using django 4.0 with Apache and mod_wsgi. Whenever I try request the
> site through apach
Hello,
I'm new to the Django framework. Currently, I'm creating a dashboard using
the apps and trying to deploy it on a web server using Cpanel. After
deployment, I'm able to open the homepage and login into the dashboard, but
the apps crashed when I tried to redirect to another page.
Based
I have developed a small Angular app with a service script to add a
consumer form info to a MongoDB database:
const httpOptions = {
headers: new HttpHeaders({
'Content-Type': 'application/json',
'Accept': 'application/json'
})
}
@Injectable()
expor
Can you help me?
I need to obtain the country of where the users access from the IP and
insert that information into the sqlite3 database.
Little description.
I have an application that I have to do the statistics and insert into the
sqlite3 database, the IP information, the country from which it
Can you help me?
I need to obtain the country of where the users access from the IP and
insert that information into the sqlite3 database.
Little description.
I have an application that I have to do the statistics and insert into the
sqlite3 database, the IP information, the country from which it
You can try this json api.
https://www.geoplugin.com/webservices/json
I believe there's a lot of services out there with this capability.
On Thu, 16 Dec 2021 at 10:13, Amor Zamora wrote:
>
> Can you help me?
> I need to obtain the country of where the users access from the IP and
> insert that
The geoip2 python package will help you get location information from the
the IP.
Inserting the data into a database via the ORM is fairly straight forward.
If you haven't worked with the ORM yet, this part of the django tutorial
should get you pointed in the right direction:
https://docs.djangopro
Thank you very much I review it and let you know if it served me.
El jue, 16 dic 2021 a las 3:25, Muhammad Juwaini Abdul Rahman (<
juwa...@gmail.com>) escribió:
> You can try this json api.
> https://www.geoplugin.com/webservices/json
>
> I believe there's a lot of services out there with this c
Thank you very much I review it and let you know if it served me.
El jue, 16 dic 2021 a las 3:30, Michael Thomas (<
michael.thomas.s...@gmail.com>) escribió:
> The geoip2 python package will help you get location information from the
> the IP.
> Inserting the data into a database via the ORM is
15 matches
Mail list logo