Coder Social home page Coder Social logo

presentation's Introduction

Presentation Digikala

The purpose of this project is to make a presentation for a manager or employee of Digikala, who can use it in meetings.

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/KarYar-ToTheSun/backend.git
$ cd backend

Create a virtual environment to install dependencies in and activate it:

$ virtualenv env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements/base.txt
(env)$ pip install -r requirements/local.txt

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv.

Once pip has finished downloading the dependencies:

(env)$ python manage.py runserver

apps

In our project, we have four apps named user, presentation, slide, and digiKala

Settings

Moved to settings.

utils

create_code.py

  • This file was created to create a 258 character code to verify the user account and the activision_code field.

data_digikala.py

  • This file was created to get data from the digital product link URL_DIGIKAL, such as getting the information of the chapters and sections of a chapter and getting the sections of a chapter with the link that the user enters.

tags.py

  • This file was created to handle issues related to the tag field in the presentation model, such as creating a tag and deleting and returning the names of the created tags, and the tags are deleted that are not related to the presentation .

data_presentation.py

  • This file was created to avoid repeating the code and it is used in PresentationView and PresentationBySlugView in the presentation app in views.py file.

Diagram Sql Projects

diagram_sql

presentation's People

Contributors

alireza7222 avatar chalist avatar abolfazlnd 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.