Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 717 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 717 Bytes

Python Version Django Version

Job Portal

Install the requirements:

pip install -r requirements.txt

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

Install node packages:

cd work/static/
npm install

Update static file changes such as scss, javascript, svg and images:

gulp watch

License

The source code is released under the MIT License.