This repo is a website for resume of teams
Its a one-only-page website and it's not complete yet...
I will do my best to make it pro and more usefull
It was a template that we translated it to Persian!
- Copy all folders in one directory
- Before running project make sure
Python3
is installed in your PC - Run
CMD
- Go to that directory with command for example ‘ f: ’ and press enter to go to drive F write your driver instead of ‘ f ’
- Install
Django
and other libs inrequirements.txt
usingpip install -r requirements.txt
- In the ptoject folder Run the project using
python manage.py runserver
- If you got an error before running server run command :
python manage.py makemigrations
andpython manage.py migrate
- If you had another version of python write python instead of python
- Try step 7 again
- if project runs successfully it will return such following message:
Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). migrations for app(s): admin, auth, contenttypes, sessions. Run 'python manage.py migrate' to apply them. August 12, 2021 - 16:50:28 Django version 3.2.6, using settings 'projectname.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK.
- Go to http://localhost:8000 and see the website
If you are using other versions of django make sure to install last version on a vertualenv