Skip to content

xmzboy/Django-Project

Repository files navigation

Django-Project

Educational Django project

Test here -> https://learning-log-xmz.herokuapp.com/


Contents


How it works

This project works on Python 3 with Django, and deployment on Heroku by using Git.


Requirements

python 3
bootstrap4
django
heroku
psycopg2

Quick start

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

Structure

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

Overview

The main page: Index


Topics page: Index


Topic page: Index


Registration page: Index


Add new topic page: Index


Add a new entry page: Index


Error 404 page: Index


About

Educational Django project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published