https://github.com/genesisblock3301/professional_connection
This is linkdin like website, all kind of linkdin features are exist here without messaging part.
https://github.com/genesisblock3301/professional_connection
clone-app django django-rest-framework python python3 single-page-app
Last synced: about 1 month ago
JSON representation
This is linkdin like website, all kind of linkdin features are exist here without messaging part.
- Host: GitHub
- URL: https://github.com/genesisblock3301/professional_connection
- Owner: GenesisBlock3301
- License: mit
- Created: 2022-07-30T16:46:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T04:13:12.000Z (over 2 years ago)
- Last Synced: 2025-01-08T18:45:46.933Z (over 1 year ago)
- Topics: clone-app, django, django-rest-framework, python, python3, single-page-app
- Language: Python
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Professional_Connection
## Prerequisite of this project for better work environment:
* Pycharm
* Feel flexible with Pycharm Git
## Installing pip environment
[Create Virtualenv in Pycharm][create-env-link]
## Load all initial data
```commandline
python3 manage.py loaddata */fixtures/*.json
```
## Make all users password hashable
```commandline
python3 manage.py make_hash
```
[create-env-link]: https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html