Connect to the server 1) Account
>: ssh [email protected]
2) Password
>: ** ****** Server Command Administrator Privilege 1) All of the following Server commands can be executed under administrator
Tag: Django
Use Nginx’s Django REST framework absolute URL always returns 127.0.0.1
I use gunicorn/django (using django-rest-framework) behind nginx to run the application, and when using hyperlinkedmodelserializer, I have a little problem with the url return using the rest of the
Internet Explorer does not communicate with Django DEV server
I run the python development server locally, as follows:
python .\manage.py runserver This works well in Firefox/Chrome/Safari, but when I try to use Internet Explorere (9,8,7), the server wi
Full-text search Django: MySQL is not so bad? (vs Sphinx, Xapian)
I am studying django’s full-text search engine.
It must be easy to install, fast indexing, fast index update, no blocking during indexing, fast search.
After reading a lot of web pages, I in