Role And Permission

2021-08-16 Thread Amit Vaghani
Handling Role From Frontend side like:- add role delete role update role then Handling Permissions Assign permission remove permissions from frontend side So finally I want to Customise role and permission any one guide me for this? -- You received this message because you are subscribed

CICD pipeline in Jenkins for Django web application

2021-08-16 Thread Ram
Hi, We have installed Jenkins tool on our development server for setting up CICD pipeline and our requirements are like this to automate the CICD process. 1. Django application with unit tests written in Pytest 2. We are going to add BDD tests using Behave tool 3. Our code is in GIT repository 4

Re: Error: NoReverseMatch at

2021-08-16 Thread DJANGO DEVELOPER
show me your django app url and views as well. On Tue, Aug 17, 2021 at 1:10 AM DJANGO DEVELOPER wrote: > okay add a url. first of all import the view into urls.py file and make a > path. > > On Mon, Aug 16, 2021 at 5:32 PM 'Rahul Chauhan' via Django users < > django-users@googlegroups.com> wrote

Re: Error: NoReverseMatch at

2021-08-16 Thread DJANGO DEVELOPER
okay add a url. first of all import the view into urls.py file and make a path. On Mon, Aug 16, 2021 at 5:32 PM 'Rahul Chauhan' via Django users < django-users@googlegroups.com> wrote: > Here is how the the project's url.py looks like. Not made any changes to > it. > > [image: dj_4.jpg] > > *chan

We need Thai language in Documentation

2021-08-16 Thread frame
We need Thai language in Documentation To help us understand more, thank you. <3 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@google

Re: Error: NoReverseMatch at

2021-08-16 Thread 'Rahul Chauhan' via Django users
Here is how the the project's url.py looks like. Not made any changes to it. [image: dj_4.jpg] *change_list.html: *Copied this (https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/change_list.html) to the local app folder. On Monday, August 16, 2021 at 3:36:27 PM