Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

Akarsh63/Varchas_22

 
 

Repository files navigation

Main web portal for the annual sports fest of IIT Jodhpur Varchas.

Installation:

Requirements:

  • Python 3.7.1 runtime
  • Django 3.0.0
  • Other dependencies inrequirements.txt

Procedure:

  • Installpython in your environment(pre-installed on Ubuntu).

  • Navigate to the cloned repository.

    cd <project_directory_name>     # varchas_iitj
  • Installpipenv for dependency management

    pip install pipenv
  • Use pip to install other dependencies fromrequirements.txt

    pip install -r requirements.txt
  • Optionally activate virtual environment, if you don't want to activate env, usepipenv run to run python scripts

    source "$(pipenv --venv)"/bin/activate
  • Make database migrations

    python manage.py makemigrationspython manage.py migrate

    NOTE: If its your first time migrating, you may need to manually add migration module in each app.

    python manage.py makemigrations mainpython manage.py makemigrations accountspython manage.py makemigrations adminportalpython manage.py makemigrations eventspython manage.py makemigrations registrationpython manage.py makemigrations sponsorspython manage.py migrate
  • Create a superuser

    python manage.py createsuperuser
  • Run development server on localhost

    python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS31.9%
  • HTML23.4%
  • SCSS12.5%
  • Less12.4%
  • Python10.1%
  • JavaScript9.7%

[8]ページ先頭

©2009-2025 Movatter.jp