/The-Tribune

It is a python(django) web app that allows one to create article.

Primary LanguagePythonMIT LicenseMIT

The-Tribune

Author

Nazarena Wambura.
Github

Homepage

nazzblog

Description

This is a Django web application where a user can create an article.

Setup/Installation Requirements

  1. Create and cd to the folder
  2. Clone repository https://github.com/nazarena254/The-Tribune.git
  3. Create, activate virtual env and install pip
  4. Install requirements pip install -r requirements.txt
  5. Type code . or atom . based on the text editor you have and work on it.

Database

  1. Set up Database,and put your username and password in the code

  2. Make migrations python3 manage.py makemigrations picture

  3. Migrate python3 manage.py migrate

Running the Application

  1. Run main apllication

    • python3 manage.py runserver
  2. Run tests

    • python3.6 manage.py test picture

  1. Creating Admin Locally python manage.py createsuperuser. Then set username, email & password

  2. Creating Django Admin
    heroku run python manage.py createsuperuser. Then set username, email & password

Technologies Used

  • Python3.6
  • Django 3.2
  • Bootstrap
  • PostgreSQL
  • Heroku
  • Markdown

Support & Contact Information

For any further inquiries, bugs, contributions or comments, reach me at:
Email:nancyngunjiri1@gmail.com

License

MIT License Copyright (c) 2021 Nazarena Wambura