-
I\'m pretty new to django. I try to use the auth.User object as a foreign key. My model: from djan...
- 1173 浏览
- 1 回答
- 4 关注
-
I am trying to create multiple tables in one PostgreSQL database. The codes work fine for only one t...
- 725 浏览
- 0 回答
- 4 关注
-
What\'s the best approach in using VUE i18n for a long text paragraph? I know that I can use backtic...
- 1605 浏览
- 0 回答
- 5 关注
-
The documentation says: The graphics context associated with the layer. But surely that is not corre...
- 1397 浏览
- 0 回答
- 4 关注
-
- 595 浏览
- 1 回答
- 6 关注
-
I need to import a table from this page (https://www.boursakuwait.com.kw/en/securities/prices-and-sc...
- 1832 浏览
- 0 回答
- 4 关注
-
I am trying to disable couple of fields and make them readonly via hook_page_alter(). I was able to ...
- 804 浏览
- 2 回答
- 5 关注
-
- 416 浏览
- 0 回答
- 6 关注
-
I am trying to use Sphinx full-text search capability for my MySQL server. I have setup a local Sph...
- 1395 浏览
- 1 回答
- 4 关注
-
I am trying to get Rails to work on Windows 10. I am using Ruby 2.3.0, and Rails 4.2.6, and am tempo...
- 1148 浏览
- 5 回答
- 5 关注
-
I wrote a shutdown/restart/log off/hibarnate system. It\'s working fine, but when I am trying to use...
- 456 浏览
- 0 回答
- 4 关注
-
I am bringing in some data through $form_data = $_POST[\'form_data\'];. I am needing to loop through...
- 1383 浏览
- 0 回答
- 4 关注
-
I am making a small project using jQuery, MVC4 with Razon and C#. In my view I have a drop down list...
- 1679 浏览
- 1 回答
- 5 关注
-
I want to load HTML based on a condition: for example :
- 1531 浏览
- 0 回答
- 6 关注
-
views.py def profile(request, username): user = User.objects.filter(username=str(username))....
- 390 浏览
- 0 回答
- 4 关注