Giter Site home page Giter Site logo

raj-raut8502 / django Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bdallard/django

0.0 0.0 0.0 3.81 MB

Django internship project

Shell 7.12% JavaScript 15.84% Ruby 1.39% Python 10.30% PHP 20.95% C# 11.34% CSS 8.06% HTML 3.06% ASP.NET 0.04% Visual Basic .NET 12.28% Hack 0.03% Rich Text Format 3.78% SCSS 5.84%

django's Introduction

Django Project presentation

Here find my Django internship project for my final year in engineering school.

Getting started

Clone this repository.

Running the app

Install a virtualenv.

$sudo pip install virtualenv

To actually work inside a virtualenv, you need to enable it first. This is done by sourcing bin/activate inside your virtualenv folder.

$ source VIRTUAL/bin/activate

Installing Python packages after enabling your virtualenv.

$pip install -r requirements.txt

Make migrations

$ python manage.py makemigrations && python manage.py migrate

Collect static files

$ python manage.py collectstatic

After that, run the app using Django manage.py.

$python manage.py runserver

Access the homepage on http://localhost:8000

Access the dashboard page on http://localhost:8000/admin

django's People

Contributors

bdallard avatar raj-raut8502 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.