Skip to content

gitNavV/Roboism

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

RoboISM - Running at roboism.markroxor.in

RoboISM is the official site of Robotics Club ISM Dhanbad. Well right now it is alt tag

####For Newbies: How to run code locally ?

  • Clone your code into your PC. Let the folder name be Roboism.

  • Install python 3 in your PC. Preferably in default directory (C:/)

  • delete Roboism/myvenv folder

  • Open Command Prompt and cd into the directory (Roboism).
    For Window Users:- C:\Python34\python -m venv myvenv
    For Linux Users and OS X Users:- python3 -m venv myvenv

  • Then do
    For Window Users:- myvenv\Scripts\activate
    For Linux Users and OS X Users:- source myvenv/bin/activate
    Now, you should see a (myvenv) script before cmd commands.

  • Now, do pip install django

  • After installation is complete, do python manage.py makemigrations And python manage.py migrate And python manage.py collectstatic

  • Finally, to run a virtual server, do python manage.py runserver Go to any browser, type this url '127.0.0.1:8000' without quotes. If everything went as planned, you will see the site locally.
    Make any changes the code and see the change reflected on the locally hosted site.

About

Watch the official site of RoboISM as it matures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 46.9%
  • CSS 34.9%
  • HTML 12.9%
  • Python 5.3%