Marco Gazzin
Marco Gazzin
Hello, I am using gogs very nice software. I am using api and I can list all reports of one organization:  Now, if I want to list all branches...
I am using in django the following models.py: class Expense(models.Model): name = models.CharField(max_length=50) date = models.DateField(unique=False, blank=False) slug = models.SlugField(unique=True, null=True, default='') price = models.DecimalField(default=0.0, blank=True, max_digits = 20, decimal_places...
Hello, I am not sure if I can get the documentation well. I have just made the following commands: ``` $gin-admin-cli new -d ~/go/src --name test-gin-admin --desc 'A test API...
Hi @r3-gabriel , nice work, congrats. My question is simple: once I have created my application may I upload data with a batch script? Are Rest API available for REI3?...
Hello, beautiful project, congrats! Do you have few minutes to give me some hints on how to build a beautiful CRUD table component? I am testing the following code: ```...
This very small change allows to define the cifstabdir directory as an environment variable. In this way you can have multiple instance of cifscloak in the same machine. I am...
Hi, you have done a nice work! I have just deployed the basic example to an internal server and just changed password values in the .env file. It looks like...
Do you have a repository for go-app-docs? I would like to study how you implemented the left side bar. Thanks.