-
Updated
Feb 3, 2021
bank
Here are 544 public repositories matching this topic...
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Apr 10, 2021 - PHP
-
Updated
Apr 15, 2021 - Go
-
Updated
Apr 10, 2021 - C#
-
Updated
Mar 31, 2021 - C#
-
Updated
Jul 31, 2019
-
Updated
Oct 17, 2020 - Go
-
Updated
Apr 10, 2021 - Python
-
Updated
Apr 17, 2021 - Python
When I login with a registered user, I get an error that /accounts/profile isn't in urls.py. The default behavior of LoginView is to redirect to that URL unless you have LOGIN_REDIRECT_URL set in settings.py. I updated mine to point to /transactions/report and now it works fine (unless the user doesn't have an account, which happens if you try to log in with a superuser account instead of one t
-
Updated
Mar 14, 2021 - Ruby
There are two i18n keys for getting "Crear oferta" copy ( one returns 'Crear oferta' and the other 'Crear Oferta' )
Spotted here https://github.com/coopdevs/timeoverflow/blob/develop/spec/features/create_offer_spec.rb#L32
-
Updated
Sep 17, 2020 - Python
-
Updated
Mar 3, 2021 - C#
-
Updated
Apr 2, 2021 - C#
Improve this page
Add a description, image, and links to the bank topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bank topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Create a .nuspec file to generate a .nupkg (Nuget Package), so the lists will be available at nuget.org as a package, that can be easily updated in .NET projects.
Describe the solution you'd like