GithubHelp home page GithubHelp logo

adi10197 / swd_django-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swd-bits-goa/swd_django

0.0 1.0 0.0 9.36 MB

License: MIT License

CSS 40.67% JavaScript 23.36% HTML 18.19% Python 17.79%

swd_django-1's Introduction

Web Application for SWD BITS Goa

About

The main repository for the development of SWD web application of BITS Goa.

Installation

  • Assuming you have python 3.4 already installed, go to the desired folder on your machine and follow these commands to clone the repository and install dependencies in a virtual environment:
$ virtualenv swd
$ cd swd
$ source bin/activate
$ git clone https://github.com/SebastinSanty/swd_django src
$ cd src/swd
$ pip install -r requirements.txt

NOTE for windows in the 3rd line use:

$ swd\Scripts\activate
  • db.sqlite3 is the database for this repository, you can delete that if you want to start with a fresh database and follow: (But not required and can skip this step)
$ python manage.py migrate
  • Create a superuser for admin controls (accessible at localhost:8000/admin)
$ python manage.py createsuperuser
  • Run the server and access at localhost:8000
$ python manage.py runserver

Importing Data

To import data, there are a set of scripts created. On hitting the urls mentioned in swd/swd/urls.py#L52-L58, the data will get imported. Please be patient as there are ~9000 records to be inserted. You don't necessarily need to use all the data. Scripts are designed to handle failures, so no worries :). If you need more data, just hit the url again.

swd_django-1's People

Contributors

sebastinsanty avatar 0xrampey avatar adi10197 avatar garrysan avatar aryanagarwal15 avatar sharanry avatar sarthakag avatar mehulmpt avatar mukkachaitanya avatar dmak21 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.