aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack (follow)
Commit message (Expand)AuthorAgeFilesLines
* populate script now does EngagementEvent objectsMatthew Lemon2020-02-214-3/+97
* added first register models - engagement-relatedMatthew Lemon2020-02-217-6/+184
* Clean up and fixed failing test after factory changeMatthew Lemon2020-02-213-9/+5
* added job title to People admin pageMatthew Lemon2020-02-211-1/+1
* fixed test importsMatthew Lemon2020-02-213-25/+6
* fixed mobile in factoryMatthew Lemon2020-02-211-1/+1
* better primary email addressesMatthew Lemon2020-02-211-1/+1
* basic address added to factory scriptMatthew Lemon2020-02-212-12/+15
* improved populate script nowMatthew Lemon2020-02-202-21/+35
* part way through creating limited Organisation and Mode/SubMode objs in popul...Matthew Lemon2020-02-201-1/+19
* renamed generate_people command to populate_db because it has much more to doMatthew Lemon2020-02-201-0/+0
* fixed some Faker stuffMatthew Lemon2020-02-201-2/+2
* changed database rules so that deleting Users does not delete Organisation an...Matthew Lemon2020-02-203-3/+59
* fixed failing organisation testMatthew Lemon2020-02-201-1/+1
* tidied up the management commandMatthew Lemon2020-02-201-20/+5
* new migrationjs and generate_people command workingMatthew Lemon2020-02-208-14/+33
* Removed test for creating Organisation for now.Matthew Lemon2020-02-201-6/+0
* failing test - need to tweak dbMatthew Lemon2020-02-204-40/+31
* PersonFactory fixed - properly now, it gets a predecessor. Need to test with ...Matthew Lemon2020-02-191-1/+1
* Fixed PersonFactoryMatthew Lemon2020-02-192-3/+3
* new migrations and working through factory issueMatthew Lemon2020-02-1911-117/+177
* seems to be a bug in factory_boy - not creating self-referential factoryMatthew Lemon2020-02-181-12/+67
* start fresh with migrations - might have to DROP DB and migrate againMatthew Lemon2020-02-1833-899/+224
* part way through writing management command for populating dbMatthew Lemon2020-02-181-19/+19
* formattingMatthew Lemon2020-02-182-3/+7
* part way through creating fixture factoriesMatthew Lemon2020-02-171-0/+65
* added a lot of Person fieldsMatthew Lemon2020-02-174-2/+195
* added active, comments, updated_by fields to organisationMatthew Lemon2020-02-175-2/+76
* added registered company name and number and blank formattedMatthew Lemon2020-02-172-2/+29
* pluralised to peopleMatthew Lemon2020-02-171-0/+3
* added designation field for organisatonMatthew Lemon2020-02-172-0/+25
* continued to work on create CAF form - including help_text to create parent o...Matthew Lemon2020-02-075-6/+46
* fixed app which had the wrong pathMatthew Lemon2020-02-021-1/+1
* some pointless flake8ismsMatthew Lemon2020-01-298-14/+8
* removed mypy ignore directiveMatthew Lemon2020-01-291-2/+0
* added ignore directive for mypy to single fileMatthew Lemon2020-01-271-0/+2
* added register and caf applicationsMatthew Lemon2020-01-2719-0/+227
* Submodes added and other person detailsMatthew Lemon2020-01-256-5/+118
* Better adminMatthew Lemon2020-01-254-3/+121
* Played about with CSS/templates and tinkered with adminMatthew Lemon2020-01-2411-23/+239
* refining the admin site for organisationsMatthew Lemon2020-01-212-1/+8
* using stackedinline for adding organisation/address in adminMatthew Lemon2020-01-212-7/+11
* fixed blank= value on model fieldMatthew Lemon2020-01-212-1/+25
* reconfigured Address and Organisation relationshipMatthew Lemon2020-01-215-31/+65
* testing we can update an organisationMatthew Lemon2020-01-212-7/+29
* passing test - added address type modelMatthew Lemon2020-01-215-4/+62
* fixed failing test - first use of faker objectMatthew Lemon2020-01-213-8/+28
* partial way through playing with FakerMatthew Lemon2020-01-202-5/+8
* partial way through playing with FakerMatthew Lemon2020-01-205-4/+67
* convert our view to CBVMatthew Lemon2020-01-202-4/+10