Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
41 views

It would be nice if there were an easy way to define separate session expiry time for the admin area of a django website. So, admin users could log themselves into the "normal" website (seen ...
ventolin's user avatar
  • 2,997
0 votes
0 answers
19 views

At the homepage there used to be 2 options, 1 demo set up and 2 detail setup . After I established connection with my local postgres , now I cant access the original local host page. Only the demo ...
Ankit Kr Sharma's user avatar
-4 votes
1 answer
103 views

This is the error line of my http://localhost/phpmyadmin/ Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\ErrorHandler.php on line 192 Anyone got a ...
Batrisyia Hannani's user avatar
0 votes
1 answer
58 views

I have two models models.py class Group(models.Model): name = models.CharField() class Book(models.Model): name = models.CharField() group = models.ForeignKey(Group, on_delete=models....
Nikolas's user avatar
  • 119
0 votes
0 answers
30 views

Has anyone tried stepanenko3 package in Nova Admin? I have tried: MenuItem::link('Error Logs', '/nova‑vendor/log-viewer') MenuItem::link('Error Logs', '/nova‑vendor/stepanenko3/logs‑tool/logs' // ...
Gideon Ife's user avatar
1 vote
1 answer
73 views

i have more web sites, i have tried to copy a code which is working on one ( same woo version, same php version, same theme, same hosting) to another one, but it is not working. // **********local ...
RaDium's user avatar
  • 59
0 votes
1 answer
79 views

I added a filter by product to WooCommerce admin orders page, using: function add_my_product_filter_to_orders() { global $typenow; if ($typenow !== 'shop_order') return; if (!...
Dias's user avatar
  • 191
0 votes
1 answer
43 views

Couldnt understand what wrong with my admin part. It looks like that: I understood that this effect may depend on 'static' resources.. HTML preview shows: <head> <title>Log in | Django ...
Alex P's user avatar
  • 11
1 vote
1 answer
75 views

I have a java program from which i would like to access a file that requires admin privileges. I use IntelliJ IDE for development and I would like to start the program from the IDE. I have an ...
max23's user avatar
  • 45
0 votes
1 answer
146 views

In sqladmin I have a model, let's name it Token, in which I have creator that relationship with the User who created that Token. In the admin panel creator by default is realized with a select html ...
Vitaliy Dmitriev's user avatar
0 votes
1 answer
98 views

Similar questions that have already been asked are for data fields like in Here and Here But how to split the header in multiple lines? Considering a Django app with model and admin setup like this: ...
Mehrdad995's user avatar
1 vote
0 answers
78 views

I am trying to create a login system where both admin and users can log in using the same form. The problem is when I log in with admin credentials, the URL redirects correctly to admin/dashboard, but ...
Mohammad Rabiul Hasan's user avatar
0 votes
1 answer
98 views

I am running a workflow that pulls employee information from a spreadsheet and fills in their contact data and organization data. Everything runs fine except when it gets to updating the business ...
paulh's user avatar
  • 1
0 votes
0 answers
21 views

I want to display the old and new values in the history log page. I have been able to save the data and print it to the server but I cannot seem to customise the history page layout / rendering... it ...
DrBorrow's user avatar
  • 968
1 vote
1 answer
99 views

I'd like to record the user_id or display_name of the user (admin, moderator) who modified the members profile ACF field. Because this field will be use to identify who is the responsible user updated ...
iMarkDesigns's user avatar
  • 1,272
1 vote
1 answer
68 views

I'm trying to develop a plugin which will have an administration page. The plugin is installed, but when I'm navigating to the custom page URL I see only blank page without any error. In console there ...
Vasil Gorgiev's user avatar
0 votes
0 answers
18 views

I am running a cron job with the following syntax: { crontab -l -u root 2>/dev/null; echo "10 2 * * * python3 main.py /data/log/access.log-\$(date -d \"yesterday\" \"+%Y%m%d\&...
Harshal Mehta's user avatar
0 votes
1 answer
44 views

Salesforce User with a certain profile can only delete contact base on Account.field__c and the user.field__c is the same. do you guys have any ideas on how to do this. I need the user to delete a ...
koffyone's user avatar
  • 107
1 vote
1 answer
299 views

I am trying to add a "filter by date range" on admin WooCommerce orders list. I am currently using the code below: function ts_add_date_range_filter($post_type) { if ('shop_order' === $...
javitoor1001's user avatar
0 votes
1 answer
26 views

I am new in django and in admin customization i want to know is it possible to use own admin panel created in html, bootstrap instead of django built in admin , or is there any other django admin ...
Adeeb Hassi's user avatar
-3 votes
1 answer
113 views

I would like to ask you if there is a posibility to add an Invoice Icon in orders with VAT number in woocommerce order admin page, please see an exaple here https://snipboard.io/r69lIQ.jpg? For ...
dorota's user avatar
  • 15
0 votes
2 answers
211 views

I want to hide the total displayed in changelist_view, as in the following image. Django admin screen I searched but couldn't find any way through admin customization. I know I can modify the template,...
Alvaro Guarda's user avatar
3 votes
1 answer
106 views

I'm trying to hide some WooCommerce fields from the "Quick Edit" window: "Date", "Tax status", "Tax class", "Weight", "L/W/H", "...
Xim's user avatar
  • 79
0 votes
1 answer
218 views

I'm not sure if it's a setting that I'm missing, or what? When I open a C++ solution in the Visual Studio 2022 as a standard user, and then start debugging it, the Intellisense shows a popup with the ...
c00000fd's user avatar
  • 22.8k
2 votes
1 answer
125 views

I cannot display an admin message by sending an argument to the function. It was suggested I use a closure function but this does not appear to work. Here is the code function ...
mrslope's user avatar
  • 47

1
2 3 4 5
91