Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature/event crud #6

Closed
wants to merge 3 commits into from
Closed

Feature/event crud #6

wants to merge 3 commits into from

Conversation

erasmomontes
Copy link

Add CRUD of events

With these changes you can list, create, view and update
evest on the page. The only restriction is when you are going
to create an event, that you need to be logged in to create the event.

USER CASE:

Github:
resolve issues #2

erasmo07 added 3 commits July 20, 2018 10:29
To solve part of issues # 1 add an application named
'events' in which I add the models related to the events,
these are 'Event' and "Region".

Also add the models to the admin of the mentioned application.
With that changes fixed some errors of code style
and correct other point mentions in the review.
With these changes you can list, create, view and update
evest on the page. The only restriction is when you are going
to create an event, that you need to be logged in to create the event.

USER CASE:
- Enter url http://your-domain/events/ => list all events created by any user.
- Enter the URL http://your-domain/events/create/ => Complete the form and you're done.
- Enter url http://your-domain/events/ and click on any event to show all the details.

Github:
   resolve issues #2
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant