Giter Site home page Giter Site logo

babaykabo / learning_log Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 19 KB

This is my first django project. It is very simple - you can create topics and their entries, edit them. Also you are able to registrate on site, log in and log out.

Procfile 0.22% Python 70.94% HTML 28.85%

learning_log's Introduction

Learning Log

This is my first Django project. It is the Django-based web application for the records entry.

Dependencies:

  • asgiref==3.5.2
  • beautifulsoup4==4.11.1
  • dj-database-url==1.2.0
  • Django==4.1.4
  • django-bootstrap4==22.3
  • django-heroku==0.3.1
  • gunicorn==20.1.0
  • psycopg2==2.9.5
  • soupsieve==2.3.2.post1
  • sqlparse==0.4.3
  • tzdata==2022.7
  • whitenoise==6.2.0

You can install these using pip install -r requirements.txt

P.S. Some dependencies are required for using PostgreSql and Heroku deployment. So, if you use another database or deployment platform, Some dependencies may be not actual.

Running:

Manually

After cloning this repo, create the database: python3 manage.py migrate

And then create admin account by running: python3 manage.py createsuperuser

Then you should be able to run the server.

Features:

User system

  • register new user
  • login exicting user
  • logout

Topics

  • user can create new topics
  • user can watch list of his topics and the specific topic with its entries
  • user can create new entries for the specific topic and edit them

learning_log's People

Contributors

babaykabo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.