Skip to content
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

Develop #33

Closed
wants to merge 24 commits into from
Closed

Develop #33

wants to merge 24 commits into from

Conversation

happyjosh-tech
Copy link
Collaborator

Description

This Pull Request contains the Blog application for ZOIT Emergency Accident Response project. Since one of the objective of the project is to make a social website where users can interact, post and read present and past accident information nearest and distant from them. The blog shall be updated everyday by an admin who shall gather accident complaints from accident victims and eyewitness report to validate, post and update the general public.
The application was built with Django full stack with all the dependencies installed. get the Readme file of the src folder to get instructions on how to clone and install dependencies and libraries for the repository.
This pull request is related to issue number #18

How Has This Been Tested?

  1. First locate the application directory on the Team-102-GoodHealthAndWellBeing repo by:
    cd Team-102-GoodHealthAndWellBeing
    cd src
    cd mysite
  2. create your own virtual env or try 'workon zoitblog'
    3 Create superuser in other to access the admin
  3. Run server with python manage.py runserver
    Screenshot_2020-06-09 Add post Django site admin
    Screenshot_2020-06-09 Site administration Django site admin
    Screenshot_2020-06-09 ZOIT NEWSROOM

Screenshots (if applicable, else remove this line / section)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added necessary inline code documentation
  • I have added tests that prove my fix is effective and that this feature works
  • New and existing unit tests pass locally with my changes

AnthoniaOkafor and others added 24 commits May 13, 2020 19:02
integrated Django into the Python template
Data format for visualization send to google API
"Data format for visualization send to google api"
Created ModelForm for Incident model, connected ModelForm to database
Copy link
Collaborator

@AnthoniaOkafor AnthoniaOkafor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @happyjosh-tech you are trying to commit into master branch from your develop branch, the right way is to commit into develop from a feature branch. Please correct that.
I am seeing screenshot from django admin view, could your screenshot have the browser view of the blog.
Did you install dependencies in this task?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants