-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transfer all tests to a tests module #48
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Victor blog post
Victor blog post
* Substituting the User Model (#34) * creating accounts app for the user model * creating user model * creating accounts model * registering account model to the admin * commenting code * changing the account model from the blog app to account app * model registering * add blog app to the installed apps in the settings file * adding max_length to email field * add user testclass from testcase Co-authored-by: Hellen Wainaina <58620060+hellen-22@users.noreply.github.com> Co-authored-by: Hellen Wainaina <hellenwain@gmail.com> Co-authored-by: Kipkoech Sang <sangkipkoech@gmail.com>
…s in the apps (#44) * Substituting the User Model (#34) * creating accounts app for the user model * creating user model * creating accounts model * registering account model to the admin * commenting code * changing the account model from the blog app to account app * model registering * add blog app to the installed apps in the settings file * adding max_length to email field * add user testclass from testcase * add test folder in project i.e CMS and modify installed files list * rename folders to ^test Co-authored-by: Hellen Wainaina <58620060+hellen-22@users.noreply.github.com> Co-authored-by: Hellen Wainaina <hellenwain@gmail.com> Co-authored-by: Kipkoech Sang <sangkipkoech@gmail.com>
nyandika
approved these changes
Nov 23, 2022
JimmyTron
approved these changes
Nov 25, 2022
JimmyTron
added a commit
that referenced
this pull request
Nov 25, 2022
This reverts commit 332dd7e.
JimmyTron
added a commit
that referenced
this pull request
Nov 25, 2022
Closed
JimmyTron
added a commit
that referenced
this pull request
Dec 19, 2022
* Substituting the User Model (#34) * creating accounts app for the user model * creating user model * creating accounts model * registering account model to the admin * commenting code * changing the account model from the blog app to account app * model registering * add blog app to the installed apps in the settings file * adding max_length to email field * Update README.md Read me update * Unit tests of Account and User models (#40) Co-authored-by: madbunny <madbunny@madbunny.madbunny> * update README (#42) * Update README.md * Update README.md * changes on the admin page for users * update on the comments on the admin * Create contributions.md * Update phone number field to use international format * Update README.md file to have PhoneNumber field settings * updated phone number field to allow localizatuion option * Add Phone number module modified: README.md modified: requirements.txt * Transfer all tests to a tests module (#48) * blog post model * was inplementing post apis * fixing merge conflict * removed unused imports from the models files * minor tweak to the views retun msg * created test folder * Add unittests for user model (#41) * Substituting the User Model (#34) * creating accounts app for the user model * creating user model * creating accounts model * registering account model to the admin * commenting code * changing the account model from the blog app to account app * model registering * add blog app to the installed apps in the settings file * adding max_length to email field * add user testclass from testcase Co-authored-by: Hellen Wainaina <58620060+hellen-22@users.noreply.github.com> Co-authored-by: Hellen Wainaina <hellenwain@gmail.com> Co-authored-by: Kipkoech Sang <sangkipkoech@gmail.com> * add test folder in the Project i.e CMS folder and delete test.py files in the apps (#44) * Substituting the User Model (#34) * creating accounts app for the user model * creating user model * creating accounts model * registering account model to the admin * commenting code * changing the account model from the blog app to account app * model registering * add blog app to the installed apps in the settings file * adding max_length to email field * add user testclass from testcase * add test folder in project i.e CMS and modify installed files list * rename folders to ^test Co-authored-by: Hellen Wainaina <58620060+hellen-22@users.noreply.github.com> Co-authored-by: Hellen Wainaina <hellenwain@gmail.com> Co-authored-by: Kipkoech Sang <sangkipkoech@gmail.com> Co-authored-by: victorazangu <victorsazangu@gmail.com> Co-authored-by: Jimmy Oty <jimmytron17@gmail.com> Co-authored-by: Jimmy Tron <oduorjames@hotmail.com> Co-authored-by: Wamúyú <rutheve.eva@gmail.com> Co-authored-by: Hellen Wainaina <58620060+hellen-22@users.noreply.github.com> Co-authored-by: Hellen Wainaina <hellenwain@gmail.com> Co-authored-by: Kipkoech Sang <sangkipkoech@gmail.com> * Revert "Transfer all tests to a tests module (#48)" (#50) This reverts commit 332dd7e. * Update issue templates * Create django.yml * github templates (#52) * Update README.md * Update README.md * Fix phone number bug additon of the phone number field to the admin.py file. making the field both visible on the update user and add user pages. Co-authered-by Hellen <https://github.com/hellen-22> modified: accounts/admin.py * Create django.yml * Update README.md * Creation of a pull request template this template is to help guide us Write descriptive pull requests new file: pull_request_template.md * Update README.md * Update django.yml * Update django.yml * Transfer tests (#53) * doc:update README * add tests module in accounts and blog folders and delete all tests.py files * handling Images (#54) * feat:default phone number to have +254 isocode when creating superuser (#56) * Update README.md * Tamar-autentication * Update README.md * Wanjirumurira (#60) * handling Images * adding a default display picture * Changing the site titles (#58) admin.site.site_header = "SpaceYaTech Admin" admin.site.site_title = "SpaceYaTech Admin Portal" admin.site.index_title = "Welcome to SpaceYaTech Techies Portal" modified: CMS/urls.py * setting * resolve * urls-model * update * admin-urls-update * Clear unwanted files from the VC (git) Removing the batch file and also the images that were uploaded this is so that they dont occupy space modified: .gitignore deleted: local.bat deleted: media/blank-profile-picture.png deleted: tamar.png * Update CMS/urls.py Co-authored-by: Ernest Wambua <43074705+tallninja@users.noreply.github.com> Co-authored-by: Hellen Wainaina <58620060+hellen-22@users.noreply.github.com> Co-authored-by: Hellen Wainaina <hellenwain@gmail.com> Co-authored-by: Kipkoech Sang <sangkipkoech@gmail.com> Co-authored-by: Lawrence Juma <41073697+jumalaw98@users.noreply.github.com> Co-authored-by: Fredrick Waihenya <98146814+Fredrick-Waihenya@users.noreply.github.com> Co-authored-by: madbunny <madbunny@madbunny.madbunny> Co-authored-by: Jimmy Oty <jimmytron17@gmail.com> Co-authored-by: Eugene Kwaka <kwakaeugene@gmail.com> Co-authored-by: Jimmy Tron <oduorjames@hotmail.com> Co-authored-by: Wanjiru Murira <wanjirumurira@gmail.com> Co-authored-by: victorazangu <victorsazangu@gmail.com> Co-authored-by: Wamúyú <rutheve.eva@gmail.com> Co-authored-by: Ambrose Otundo <48138192+AmbroseOtundo@users.noreply.github.com> Co-authored-by: Ernest Wambua <43074705+tallninja@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #43