Hi

I'm working on a project with react and django; and want to use django 
views to be used as information source only and not show a page on the 
browser. For example, I have a pilot sign up page that uses a pilot create 
view to provide information to the pilot model. I want the users to be able 
to sign up only by using the sign up page, but if someone accesses the 
create pilot view, he shouldn't see anything.
( if the url is domain.com/sign-up, he can see the react form )
(if the url is domain.com/pilot/create, he shouldn't see anything or get an 
error, this url should only be used by the react form) 

I hope the question is clear and thanks in advance.

-- 
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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a8be6367-ae4c-45ef-837f-fbdc6695b4d5n%40googlegroups.com.

Reply via email to