Skip to content

software-community/Zeitgeist22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Website of Zeitgeist'22, IIT Ropar

Development setup

Ensure python3 and node is installed on the machine.

  1. Make the new virtual enviornment
python -m <venv-name> <path>
  1. Activate the environment
  • For Windows Powershell
    <venv-name>/Scripts/activate
  • For Linux
    source ./<venv-name>/bin/activate
  1. Clone the repository
  git clone <url>
  1. Navigate to the cloned folder
  2. Install all python dependencies
pip install -r requirements.txt
  1. Intall all node dependenices
npm i
  1. Make Migrations
python manage.py makemigrations
python manage.py migrate
  1. Create a superuser
python manage.py createsuperuser

Development startup

  1. Activate the virtual environment
  2. Navigate to the git folder
  3. Run the development server
python manage.py runserver
  1. Run the node command (in another terminal)
npm run css
  1. The website will become live at 127.0.0.1:8000
  2. To access the admin panel, navigate to 127.0.0.1:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •