Skip to content

Commit

Permalink
fix: information, instructions and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleoncz committed Nov 17, 2023
1 parent 5862b92 commit 4df0f62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
### 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.

0 comments on commit 4df0f62

Please sign in to comment.