From 4df0f62e05719d84f0051b23a439714c0f999fb9 Mon Sep 17 00:00:00 2001 From: ivanleoncz Date: Fri, 17 Nov 2023 00:11:09 -0600 Subject: [PATCH] fix: information, instructions and formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c90c97e..4fc6fef 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# PythonAnywhere +# PythonAnywhere (https://ivanleoncz.pythonanywhere.com) ![Action](https://github.com/ivanleoncz/python_anywhere/actions/workflows/tests.yml/badge.svg) Website written in Django and its template engine for serving small projects, proudly hosted at [PythonAnywhere](https://www.pythonanywhere.com/). -[Library](https://ivanleoncz.pythonanywhere.com/apps/library/) is the only app available, at the moment. +[Library](https://ivanleoncz.pythonanywhere.com/apps/library/) is the only app available: other apps are under design. -Other apps are under development. \ No newline at end of file +### Python Anywhere Tips +1. Adding or changing static files, will always require collecting static files: `python3 manage.py collectstatic`. +2. Any change performed in terms of code, configuration or even static files, will always require the reload of the application on the Web Dashboard. \ No newline at end of file