https://github.com/asis2016/django-newspaper-app
This project is an extended version of [A Basic Django Blog App] but with basic functionality. The project was made with Django framework.
https://github.com/asis2016/django-newspaper-app
bootstrap django django-application docker heroku html newspaper-application python
Last synced: 2 months ago
JSON representation
This project is an extended version of [A Basic Django Blog App] but with basic functionality. The project was made with Django framework.
- Host: GitHub
- URL: https://github.com/asis2016/django-newspaper-app
- Owner: asis2016
- Created: 2021-05-02T05:09:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T14:53:34.000Z (about 5 years ago)
- Last Synced: 2025-06-01T18:41:24.785Z (about 1 year ago)
- Topics: bootstrap, django, django-application, docker, heroku, html, newspaper-application, python
- Language: JavaScript
- Homepage: https://basic-newspaper-app-amaharjan.herokuapp.com/
- Size: 807 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newspaper_project/__init__.py
Awesome Lists containing this project
README
# Django Newspaper App (Basic)
This project is an extended version of [A Basic Django Blog App](https://github.com/asis2016/django-blog-app) but with basic functionality. The project made on Django framework.
## Tech Stack
Docker 20.10.6, Python 3.8, Django 3.2.3, Whitenoise, Gunicorn, Heroku
## Demo
[https://basic-newspaper-app-amaharjan.herokuapp.com/](https://basic-newspaper-app-amaharjan.herokuapp.com/)
- username: admin
- password: admin
## Environment Variables
To run this project, you will need to add the following environment variables:
`SECRET_KEY` `django-insecure-82fe0_^x$$r33o7$$8n@*lb*t@=k-$$ozmt*4m=6=f5jdrl8xx!m8`
## Run Locally
Clone the project
```bash
git clone https://github.com/asis2016/django-newspaper-app.git
```
Go to the project directory
```bash
cd django-newspaper-app
```
Start the project
```bash
docker build .
```
```bash
docker-compose up -d
```
## Running Tests
To run tests, run the following command
```bash
docker-compose exec web python manage.py test
```
## Running the project locally
Goto [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
- username: admin
- password: admin
### Running Django Administration
Goto [http://127.0.0.1:8000/admin](http://127.0.0.1:8000/admin)
- username: admin
- password: admin
## Screenshots
### Index

### Articles

### Delete an article

### Login

### Change password

### Add an article

###
![]()
## Feedback
If you have any feedback, please reach out to us at hello@amaharjan.com