Skip to content

Commit

Permalink
Add Django details
Browse files Browse the repository at this point in the history
  • Loading branch information
DTV96Calibre committed Jan 16, 2023
1 parent 1e1cc4d commit 2f94572
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Otter
Another twitter clone
Another twitter clone using Django

Otter will start off as a frontend for twitter with an end goal
of becoming an independent microblogging platform.
Expand All @@ -8,5 +8,8 @@ of becoming an independent microblogging platform.

Uses Python and virtual environments to keep things :sparkles:clean:sparkles:.

`source .venv/bin/activate` to enter the virtual environment and `deactivate` to leave it.

`pip freeze > requirements.txt` to update changes to pip package dependencies.

`python manage.py runserver` to start the development server.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
asgiref==3.6.0
certifi==2022.12.7
Django==4.1.5
sqlparse==0.4.3
twitter==1.19.6

0 comments on commit 2f94572

Please sign in to comment.