Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Setup Steps #12

Open
Poriazy opened this issue Jan 16, 2021 · 0 comments
Open

Update Setup Steps #12

Poriazy opened this issue Jan 16, 2021 · 0 comments

Comments

@Poriazy
Copy link

Poriazy commented Jan 16, 2021

in case of facing error with python 3.8 and linux:

$ git clone https://github.com/redianmarku/Django-Twitter-Clone.git
$ cd Django-Twitter-Clone
$ python -m venv env
$ source env/bin/activate
$ sudo apt install libpq-dev python-dev
$ pip install psycopg2-binary
$ pip install -r requirements.txt
$ pip install djangoresetframework
$ python mamange.py makemigrations
$ python manage.py migrate 
$ python manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant