Marco A Rojas
Marco A Rojas
Example: ``` schema = { 'sexo': '(M|F)', # produces M or F 'edad': 'random_int(18,80)', # passing args, see readme 'ocupacion': 'job', ... 'fecha_nacimiento': 'date_of_birth', # date as isoformat ... }...
Hello maybe I'm doing something wrong but I'm getting the following error: ``` django.core.signing.BadSignature: Signature "b'ISgLribFeoptkfKApq1Fh083Ze/kwxvWv/NXnvs/wf8=\n'" does not match ``` I followed the example: ``` class Employee(models.Model): nombres = encrypt(models.CharField(max_length=40))...
This is always a good option to test a machine with minimal resources
Does it test code generation based on the feature file? (Like cucumber)
Django 2.1.11 Python 3.6.6 When trying to add program interface Reverse for 'nesting_server_data' not found. 'nesting_server_data' is not a valid view function or pattern name.
When running migration it throws the following exception: $ rails db:migrate rails aborted! StandardError: An error has occurred, this and all later migrations canceled: Directly inheriting from ActiveRecord::Migration is not...
Hello Where trying to render a table with a GenericIPAddressField, thank you in advance File "/home/marp/.virtualenvs/nomconsole/lib/python3.6/site-packages/datatableview/datatables.py", line 164, in __new__ opts.processors, opts.unsortable_columns, opts.hidden_columns) File "/home/marp/.virtualenvs/nomconsole/lib/python3.6/site-packages/datatableview/datatables.py", line 53, in columns_for_model raise...
Hello I was impressed with this project while I got work 0.6.4.dev3, I wonder why is inactive the development and whether you need some help?
Please consider to update main project with the following changes compatible with django 2.1+ and python 3.6+