Educational Django project
Test here -> https://learning-log-xmz.herokuapp.com/
This project works on Python 3 with Django, and deployment on Heroku by using Git.
python 3
bootstrap4
django
heroku
psycopg2
You can test the operation of this application on this 👉 site.
Or you can build the project yourself, for this, install the necessary dependencies and, if you want, deploy on the server. To run the project, run the following commands:
cd Django-Project
pip install -r requirements.txt
python manage.py runserver
The website have 3 folders:
- 🎉 learning_log - the main folder with the main project settings, as well as the error pages folder
- 🎈 learning_logs - this is the folder with the main application, as well as the site page templates folder
- 🏗 users - this is a folder with the users application and a folder with templates for logging in, logging out and registering on the site