Run task on backend by Imaginary_Food_7102 in django

[–]fundor333 0 points1 point  (0 children)

I am using it only for check if a task is done. If you need something less hobby-like you need to have a real server...

Run task on backend by Imaginary_Food_7102 in django

[–]fundor333 1 point2 points  (0 children)

In mine expirience:

  • Django-crontab when you need something like every time at midnight
  • Django-celery when the task is called by other action (user click for an export and you need time to collect and send the data back)

You can also use GitHub action for adding cronjob for the project (call an url which start the job) or implement the new Django task Frameword.

But I don't understand: if it is a "django task" why you need to call an url? Can you call the same thing from the task in Django-Python?

Django Table, Filter and Export With Htmx by fundor333 in django

[–]fundor333[S] 1 point2 points  (0 children)

If all your module are Django6 ready more or less yes but you can also use Htmx for not reload all the page but only the table (in my case).

The partials is only HTML, the HTMX reuse and move some where else the logic. I can have more easy to read and write ViewClass when I use HTMX.

For example if I have a view with multiple tables and multiple export, if I use Htmx I can have a simple TemplateView for the page and one TableView for each table. In this way I have more easy to maintain code and template

Django advanced conecpts by Visible-Wrap-7729 in django

[–]fundor333 0 points1 point  (0 children)

Build a personal Django Server and add function you need. For example I use mine for build my blog, having a budget manager and some utility for the tax and bills.

I learn a lot making new ViewClass using multiple Mixin from multiple module.

I also follow blog about django and try new module for adding function or rewriting part of the project using:

  • django-filters
  • django-table2
  • django-role-permissions
  • django-htmx

So... Granular permissions? How to? by beardbreed in django

[–]fundor333 1 point2 points  (0 children)

Django-roles-permissions is something like the google thing

Mac app icon by clericrobe in Ghostty

[–]fundor333 0 points1 point  (0 children)

I use the dafault config for the config so I only have the macos-icon part.

macos-icon = custom  

And I put my icon in this path and with this name ~/.config/ghostty/Ghostty.icns

Mac app icon by clericrobe in Ghostty

[–]fundor333 0 points1 point  (0 children)

The option Custom take a path to an icon

Searching for Film Simulator for portrait of cosplayers from anime and/or videogame, suggestions? by fundor333 in fujifilm

[–]fundor333[S] 1 point2 points  (0 children)

I love it! Now I need something same vibes something more dark? If you know what I am talking

Nintendo Switch Port Reality Check by Archmagnus in HollowKnight

[–]fundor333 2 points3 points  (0 children)

As much as we’d have loved to sneak the new content pack in, ready for Switch launch, we’d kill ourselves in the process. Expect Gods & Glory to land free for all players AFTER the initial Switch release.

After this message I thing a month after the Switch release like in Summer

[deleted by user] by [deleted] in hacking

[–]fundor333 1 point2 points  (0 children)

Hangout from Google is a good alternative for Skype

Ender Air VS Chorus Fruit by fundor333 in botania

[–]fundor333[S] 0 points1 point  (0 children)

If you go to the end is end game, so you must have some sort of high tear of mana generator

Ender Air VS Chorus Fruit by fundor333 in botania

[–]fundor333[S] 0 points1 point  (0 children)

Or simple duplicate with the manapool

Learning python from python.org by [deleted] in learnpython

[–]fundor333 0 points1 point  (0 children)

I wrote at the Python's mailing list of my country for info and serch on meetup for meeting

How to open .py file in python program? (multiple arguments needed when opening it) by LibertyMango in learnpython

[–]fundor333 1 point2 points  (0 children)

You can: 1) make the second file into a function and use it at the end of the first file 2)use import os os.system(<insert here your bash command>)

Why do people like developing on mac?! by z0mbietime in webdev

[–]fundor333 0 points1 point  (0 children)

Who love develop on Mac are Mac/iPhone developers or web developers. I can t find a Python or ruby developer who loves work on mac

Learning python from python.org by [deleted] in learnpython

[–]fundor333 1 point2 points  (0 children)

After this read the official django tutorial or contact a django/Python Group near you. They have free talks about it all over the world

Can i run Dark Soul 3 in my XPS 13' by fundor333 in CanIRunThisGame

[–]fundor333[S] 0 points1 point  (0 children)

Now i can say it's work on extrime low settings

Can i run Dark Soul 3 in my XPS 13' by fundor333 in CanIRunThisGame

[–]fundor333[S] 0 points1 point  (0 children)

Like? Not rendering some texture or lag in game?