Skip to content

AleksandrGavrilin/Website-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A joke database site with 45 categories of jokes, totaling over 130,000 jokes!


Possibilities.

The site is implemented with pre-registration, in order to be able to:

  • joke ratings;
  • sending a new anecdote from the user for consideration by the administrator;
  • consideration of the joke by the administrator:
    • to confirm the addition of a new joke;
    • to rejection the addition of a new joke.

1. The first page of the site is the login.

  • On this page, the user can log in, or go to the registration page
  • to go to the page use the direct path /

2. Registration page.

  • Filling in information: login, email, password, first name, last name
  • to go to the page use the direct path /registration/

3. Main page with anekdots from database.

  • Contains jokes, with a choice of a category of jokes, with the ability to go to the page - adding a new joke, as well as a button to exit the profile;
  • With the ability to evaluate anecdote.
  • to go to the page use the direct path /anek/

4. Submission page for consideration of adding a new joke to the database.

  • to go to the page use the direct path /new/

5. Admin page.

  • This page implements the following functionality:
  1. access to jokes in the database;
  2. filtering information by columns;
  3. consideration of new jokes, with the possibility of adding them to the database or removing them (rejection).
  • to go to the page use the direct path /admin/

About

Website based on the Django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published